diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-04-12 20:54:16 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-04-26 08:16:06 +0200 |
commit | 6deae83e555982d86ef8cc68b804495092216fc4 (patch) | |
tree | c85873713795fec30b5d3d4b2cd742937c0efe7d /libavcodec/avcodec.h | |
parent | 694c142434f1b775c93cb2586eebf7ddd5ef6aa8 (diff) | |
download | ffmpeg-6deae83e555982d86ef8cc68b804495092216fc4.tar.gz |
lavc: remove FF_API_MB_Q cruft
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index e8578a9327..91edaf0d51 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -1768,22 +1768,6 @@ typedef struct AVCodecContext { */ uint64_t error[4]; -#if FF_API_MB_Q - /** - * minimum MB quantizer - * - encoding: unused - * - decoding: unused - */ - attribute_deprecated int mb_qmin; - - /** - * maximum MB quantizer - * - encoding: unused - * - decoding: unused - */ - attribute_deprecated int mb_qmax; -#endif - /** * motion estimation comparison function * - encoding: Set by user. |