[FFmpeg-cvslog] r10545 - trunk/libavformat/nsvdec.c

michael subversion
Sat Sep 22 10:58:49 CEST 2007


Author: michael
Date: Sat Sep 22 10:58:49 2007
New Revision: 10545

Log:
indent


Modified:
   trunk/libavformat/nsvdec.c

Modified: trunk/libavformat/nsvdec.c
==============================================================================
--- trunk/libavformat/nsvdec.c	(original)
+++ trunk/libavformat/nsvdec.c	Sat Sep 22 10:58:49 2007
@@ -610,7 +610,7 @@ null_chunk_retry:
 */
     }
     if(st[NSV_ST_VIDEO])
-    ((NSVStream*)st[NSV_ST_VIDEO]->priv_data)->frame_offset++;
+        ((NSVStream*)st[NSV_ST_VIDEO]->priv_data)->frame_offset++;
 
     if (asize/*st[NSV_ST_AUDIO]*/) {
         nst = st[NSV_ST_AUDIO]->priv_data;




More information about the ffmpeg-cvslog mailing list