diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-08-22 22:18:08 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-08-22 22:18:08 +0000 |
commit | d6eb3c500aeab8ae9f138f8eb70d045ac47100ee (patch) | |
tree | 1c3e18cdbf6b7b644fd64ac29bac67cf6c25d84d /libavcodec/mpegvideo.h | |
parent | c3bf0288c9bc119e41818fc4b94290d54c4bc5cb (diff) | |
download | ffmpeg-d6eb3c500aeab8ae9f138f8eb70d045ac47100ee.tar.gz |
custom quant matrix encoding support
Originally committed as revision 2135 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 23b93b7905..a80431520d 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -716,6 +716,7 @@ void ff_emulated_edge_mc(uint8_t *buf, uint8_t *src, int linesize, int block_w, int ff_combine_frame( MpegEncContext *s, int next, uint8_t **buf, int *buf_size); void ff_mpeg_flush(AVCodecContext *avctx); void ff_print_debug_info(MpegEncContext *s, Picture *pict); +void ff_write_quant_matrix(PutBitContext *pb, int16_t *matrix); void ff_er_frame_start(MpegEncContext *s); void ff_er_frame_end(MpegEncContext *s); |