[FFmpeg-cvslog] r22248 - trunk/ffplay.c

stefano subversion
Sat Mar 6 20:19:13 CET 2010


Author: stefano
Date: Sat Mar  6 20:19:13 2010
New Revision: 22248

Log:
Reindent after the last commit.

Modified:
   trunk/ffplay.c

Modified: trunk/ffplay.c
==============================================================================
--- trunk/ffplay.c	Sat Mar  6 20:19:11 2010	(r22247)
+++ trunk/ffplay.c	Sat Mar  6 20:19:13 2010	(r22248)
@@ -1442,8 +1442,8 @@ static int output_picture2(VideoState *i
     is->video_clock += frame_delay;
 
 #if defined(DEBUG_SYNC) && 0
-        printf("frame_type=%c clock=%0.3f pts=%0.3f\n",
-               av_get_pict_type_char(src_frame->pict_type), pts, pts1);
+    printf("frame_type=%c clock=%0.3f pts=%0.3f\n",
+           av_get_pict_type_char(src_frame->pict_type), pts, pts1);
 #endif
     return queue_picture(is, src_frame, pts, pos);
 }



More information about the ffmpeg-cvslog mailing list