summaryrefslogtreecommitdiff
path: root/libs/ffvpx/libavutil/opt.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ffvpx/libavutil/opt.h')
-rw-r--r--libs/ffvpx/libavutil/opt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ffvpx/libavutil/opt.h b/libs/ffvpx/libavutil/opt.h
index 07da68ea2..39f4a8dda 100644
--- a/libs/ffvpx/libavutil/opt.h
+++ b/libs/ffvpx/libavutil/opt.h
@@ -289,6 +289,7 @@ typedef struct AVOption {
#define AV_OPT_FLAG_READONLY 128
#define AV_OPT_FLAG_BSF_PARAM (1<<8) ///< a generic parameter which can be set by the user for bit stream filtering
#define AV_OPT_FLAG_FILTERING_PARAM (1<<16) ///< a generic parameter which can be set by the user for filtering
+#define AV_OPT_FLAG_DEPRECATED (1<<17) ///< set if option is deprecated, users should refer to AVOption.help text for more information
//FIXME think about enc-audio, ... style flags
/**