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
1000l for iive
Originally committed as revision 2916 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer
21 years ago
parent
6b47b7300e
commit
8fe2c60e5f
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
libavcodec/mpeg12.c
+ 2
- 1
libavcodec/mpeg12.c
View File
@@ -362,7 +362,8 @@ int i;
s->y_dc_scale_table=
s->c_dc_scale_table= ff_mpeg1_dc_scale_table;
if(!s->encoding)
for(i=0;i<64;i++)
s->dsp.idct_permutation[i]=i;
}
Write
Preview
Loading…
Cancel
Save