diff options
author | Anton Khirnov <anton@khirnov.net> | 2014-10-08 10:58:43 +0000 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-10-18 05:28:29 +0200 |
commit | c4f7bee0872d5e2e0e91673dd4b0f18de4a3d866 (patch) | |
tree | ccfb79b60457c5cd10312931d1130e72da08fee4 /libavcodec/avcodec.h | |
parent | 685be3d1aecf965281128f3b631ed965bcfa754d (diff) | |
download | ffmpeg-c4f7bee0872d5e2e0e91673dd4b0f18de4a3d866.tar.gz |
lavc: deprecate unused mb_threshold field
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 9d9f562a02..bf76b1cbd4 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -1614,14 +1614,13 @@ typedef struct AVCodecContext { */ attribute_deprecated int me_threshold; -#endif /** - * Macroblock threshold below which the user specified macroblock types will be used. - * - encoding: Set by user. - * - decoding: unused + * @deprecated this field is unused */ + attribute_deprecated int mb_threshold; +#endif /** * precision of the intra DC coefficient - 8 |