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

benoit subversion
Wed Feb 18 16:23:30 CET 2009


Author: benoit
Date: Wed Feb 18 16:23:30 2009
New Revision: 17433

Log:
Cosmetics: reindent after previous commit.

Modified:
   trunk/ffplay.c

Modified: trunk/ffplay.c
==============================================================================
--- trunk/ffplay.c	Wed Feb 18 16:23:05 2009	(r17432)
+++ trunk/ffplay.c	Wed Feb 18 16:23:30 2009	(r17433)
@@ -1015,7 +1015,7 @@ static double compute_frame_delay(double
         /* if incorrect delay, use previous one */
         delay = is->frame_last_delay;
     } else {
-    is->frame_last_delay = delay;
+        is->frame_last_delay = delay;
     }
     is->frame_last_pts = frame_current_pts;
 




More information about the ffmpeg-cvslog mailing list