From: Stefano Sabatini Date: Sat, 15 Jan 2011 17:21:12 +0000 (+0000) Subject: Reindent after the last commit. X-Git-Tag: v0.7b1~980 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=24d13ebc15ea429607ccbd52819947162981d333;p=platform%2Fupstream%2Flibav.git Reindent after the last commit. Originally committed as revision 26372 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/ffplay.c b/ffplay.c index 1b83bb5a7..11a7ed13a 100644 --- a/ffplay.c +++ b/ffplay.c @@ -1243,7 +1243,7 @@ retry: /* display picture */ if (!display_disable) - video_display(is); + video_display(is); /* update queue size and signal for next picture */ if (++is->pictq_rindex == VIDEO_PICTURE_QUEUE_SIZE) @@ -1262,7 +1262,7 @@ retry: /* display picture */ if (!display_disable) - video_display(is); + video_display(is); } if (show_status) { static int64_t last_time;