This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
typo (fixes wmv1 regression test in c)
Originally committed as revision 1621 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer
22 years ago
parent
87638494ca
commit
3b4f73dc76
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/mpegvideo.c
+ 1
- 1
libavcodec/mpegvideo.c
View File
@@ -3922,7 +3922,7 @@ static void dct_unquantize_h263_c(MpegEncContext *s,
nCoeffs= 63; //does not allways use zigzag table
} else {
i = 0;
nCoeffs= s->intr
a
_scantable.raster_end[ s->block_last_index[n] ];
nCoeffs= s->int
e
r_scantable.raster_end[ s->block_last_index[n] ];
}
for(;i<=nCoeffs;i++) {
Write
Preview
Loading…
Cancel
Save