From 4a49d2d59cce5d10b8ac40ca0185ccf1f8deb99c Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sat, 2 Apr 2011 13:18:00 +0200 Subject: lavc: mark mb_qmin/mb_qmax for removal on next major bump. They've been unused and deprecated for about five years. --- libavcodec/avcodec.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'libavcodec/avcodec.h') diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 83e0e56555..eb355b0b33 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -1818,19 +1818,21 @@ typedef struct AVCodecContext { */ uint64_t error[4]; +#if FF_API_MB_Q /** * minimum MB quantizer * - encoding: unused * - decoding: unused */ - int mb_qmin; + attribute_deprecated int mb_qmin; /** * maximum MB quantizer * - encoding: unused * - decoding: unused */ - int mb_qmax; + attribute_deprecated int mb_qmax; +#endif /** * motion estimation comparison function -- cgit v1.2.1