diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-09-22 08:58:49 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-09-22 08:58:49 +0000 |
commit | fffd6a5fe0f7c9b03cdf834436c90e770b2fa613 (patch) | |
tree | b8bc90b464951131880fa9b8da0e38306946a27a /libavformat/nsvdec.c | |
parent | 638f489ccdab61ab2019601c6f7ec58ecaedc18d (diff) | |
download | ffmpeg-fffd6a5fe0f7c9b03cdf834436c90e770b2fa613.tar.gz |
indent
Originally committed as revision 10545 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/nsvdec.c')
-rw-r--r-- | libavformat/nsvdec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/nsvdec.c b/libavformat/nsvdec.c index 88187f236c..30b3f5fa42 100644 --- a/libavformat/nsvdec.c +++ b/libavformat/nsvdec.c @@ -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; |