summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-04-12 20:54:16 +0200
committerAnton Khirnov <anton@khirnov.net>2011-04-26 08:16:06 +0200
commit6deae83e555982d86ef8cc68b804495092216fc4 (patch)
treec85873713795fec30b5d3d4b2cd742937c0efe7d /libavcodec/avcodec.h
parent694c142434f1b775c93cb2586eebf7ddd5ef6aa8 (diff)
lavc: remove FF_API_MB_Q cruft
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h16
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.