Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2010-03-16 00:27:13 +0300
committerMichael Niedermayer <michaelni@gmx.at>2010-03-16 00:27:13 +0300
commit6506c3d2b2b68e4e0e8b745ed0788c4304381042 (patch)
treef3821cd22eca0c322715764b4deeb676bd71f194 /libavcodec/mpegvideo.h
parent802323508c17164ffa78c37cfa6d520f96e3b2a8 (diff)
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.h1
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,