diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2010-03-15 21:27:13 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2010-03-15 21:27:13 +0000 |
commit | 6506c3d2b2b68e4e0e8b745ed0788c4304381042 (patch) | |
tree | f3821cd22eca0c322715764b4deeb676bd71f194 /libavcodec/mpegvideo.h | |
parent | 802323508c17164ffa78c37cfa6d520f96e3b2a8 (diff) | |
download | ffmpeg-6506c3d2b2b68e4e0e8b745ed0788c4304381042.tar.gz |
Support intra_dc_precision>8 in jpeg
Originally committed as revision 22554 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r-- | libavcodec/mpegvideo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index 3f5ccf935e..1f876b7cb6 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -774,6 +774,7 @@ int ff_get_mb_score(MpegEncContext * s, int mx, int my, int src_index, /* mpeg12.c */ extern const uint8_t ff_mpeg1_dc_scale_table[128]; +extern const uint8_t * const mpeg2_dc_scale_table[4]; void mpeg1_encode_picture_header(MpegEncContext *s, int picture_number); void mpeg1_encode_mb(MpegEncContext *s, |