summaryrefslogtreecommitdiff
path: root/libavformat/nsvdec.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2007-09-22 08:58:49 +0000
committerMichael Niedermayer <michaelni@gmx.at>2007-09-22 08:58:49 +0000
commitfffd6a5fe0f7c9b03cdf834436c90e770b2fa613 (patch)
treeb8bc90b464951131880fa9b8da0e38306946a27a /libavformat/nsvdec.c
parent638f489ccdab61ab2019601c6f7ec58ecaedc18d (diff)
indent
Originally committed as revision 10545 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/nsvdec.c')
-rw-r--r--libavformat/nsvdec.c2
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;