diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2002-04-30 01:29:29 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2002-04-30 01:29:29 +0000 |
commit | bb71e31757ada3017707a61fa74e71c18b5b6586 (patch) | |
tree | de5e4ac58cfe73467c0edd76bbdb04c2a89d2545 /libavcodec/mpegvideo.h | |
parent | bb3debab2cfa9e3e44273ea440cf39e5a872da6d (diff) | |
download | ffmpeg-bb71e31757ada3017707a61fa74e71c18b5b6586.tar.gz |
fixing msmpeg4v3 dc-scale for quantizers 24-31
Originally committed as revision 427 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r-- | libavcodec/mpegvideo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index 962e0c54ca..33da18ee07 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -490,7 +490,6 @@ void msmpeg4_encode_ext_header(MpegEncContext * s); void msmpeg4_encode_mb(MpegEncContext * s, DCTELEM block[6][64], int motion_x, int motion_y); -void msmpeg4_dc_scale(MpegEncContext * s); int msmpeg4_decode_picture_header(MpegEncContext * s); int msmpeg4_decode_ext_header(MpegEncContext * s, int buf_size); int msmpeg4_decode_mb(MpegEncContext *s, |