lavc: mark mb_qmin/mb_qmax for removal on next major bump.

They've been unused and deprecated for about five years.
This commit is contained in:
Anton Khirnov
2011-04-02 13:18:00 +02:00
parent bc154882e1
commit 4a49d2d59c
3 changed files with 9 additions and 2 deletions

View File

@@ -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