diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-03-22 20:54:04 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-03-22 20:54:04 +0000 |
commit | 8fe2c60e5f2b20dcb608536a8ca2db99fe72c20c (patch) | |
tree | f0720aacd184ebe031ab4729b5d5bb99c6aa504b | |
parent | 6b47b7300ebb4ffc2927198d3858b15d336870aa (diff) | |
download | ffmpeg-8fe2c60e5f2b20dcb608536a8ca2db99fe72c20c.tar.gz |
1000l for iive
Originally committed as revision 2916 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/mpeg12.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/mpeg12.c b/libavcodec/mpeg12.c index 2b5d0749bd..4d2943a6cd 100644 --- a/libavcodec/mpeg12.c +++ b/libavcodec/mpeg12.c @@ -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; } |