X-Git-Url: http://git.ffmpeg.org/gitweb/ffmpeg.git/blobdiff_plain/a003ee9a44eca32707eaa049171bc752ba3a9fde..764ef400159b4f640eda8b22e8c7a20d6649a391:/libavcodec/mpegvideo.c diff --git a/libavcodec/mpegvideo.c b/libavcodec/mpegvideo.c index d56cde0..b900167 100644 --- a/libavcodec/mpegvideo.c +++ b/libavcodec/mpegvideo.c @@ -173,6 +173,7 @@ void ff_init_scantable(uint8_t *permutation, ScanTable *st, const uint8_t *src_s } } +#ifdef CONFIG_ENCODERS void ff_write_quant_matrix(PutBitContext *pb, int16_t *matrix){ int i; @@ -184,6 +185,7 @@ void ff_write_quant_matrix(PutBitContext *pb, int16_t *matrix){ }else put_bits(pb, 1, 0); } +#endif //CONFIG_ENCODERS /* init common dct for both encoder and decoder */ int DCT_common_init(MpegEncContext *s)