[FFmpeg-cvslog] r26372 - trunk/ffplay.c
stefano
subversion
Sat Jan 15 18:21:12 CET 2011
Author: stefano
Date: Sat Jan 15 18:21:12 2011
New Revision: 26372
Log:
Reindent after the last commit.
Modified:
trunk/ffplay.c
Modified: trunk/ffplay.c
==============================================================================
--- trunk/ffplay.c Sat Jan 15 18:21:09 2011 (r26371)
+++ trunk/ffplay.c Sat Jan 15 18:21:12 2011 (r26372)
@@ -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;
More information about the ffmpeg-cvslog
mailing list