changeset 2567:069fc63f8bc6 libavformat

indent
author michael
date Sat, 22 Sep 2007 08:58:49 +0000
parents 347da1903d92
children 59f7ce8ad381
files nsvdec.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/nsvdec.c	Sat Sep 22 08:55:17 2007 +0000
+++ b/nsvdec.c	Sat Sep 22 08:58:49 2007 +0000
@@ -610,7 +610,7 @@
 */
     }
     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;