summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2014-10-08 10:39:02 +0000
committerAnton Khirnov <anton@khirnov.net>2014-10-18 05:26:56 +0200
commit59b55c494e01de09dfd7cbf9cbbe7223265ac283 (patch)
tree7bf55f68c49547626293db6d74fb5a6a8025138a /libavcodec/avcodec.h
parent66a68ddd1ac376b24db8695058bc8fc28f5bada6 (diff)
lavc: deprecate unused me_threshold field
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 4b25cb1478..9d9f562a02 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -1608,14 +1608,13 @@ typedef struct AVCodecContext {
*/
int noise_reduction;
+#if FF_API_MPV_OPT
/**
- * Motion estimation threshold below which no motion estimation is
- * performed, but instead the user specified motion vectors are used.
- *
- * - encoding: Set by user.
- * - decoding: unused
+ * @deprecated this field is unused
*/
+ attribute_deprecated
int me_threshold;
+#endif
/**
* Macroblock threshold below which the user specified macroblock types will be used.