OSDN Git Service

indent
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 22 Sep 2007 08:58:49 +0000 (08:58 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 22 Sep 2007 08:58:49 +0000 (08:58 +0000)
Originally committed as revision 10545 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/nsvdec.c

index 88187f2..30b3f5f 100644 (file)
@@ -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;