summaryrefslogtreecommitdiff
path: root/libavutil/opt.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-10-23 18:18:00 -0300
committerJames Almer <jamrial@gmail.com>2017-10-23 18:18:00 -0300
commitc0cfc0ce11c14285299838d2c1e96159bf9cb9de (patch)
tree6f1a81656520ec4b3bc74057b98c490e01741de3 /libavutil/opt.h
parentb773a8d8c1dfe4cfc6eabf509e26ab011270b9ed (diff)
parent619a433eca2c5655c41b799e0b06380020fb1498 (diff)
downloadffmpeg-c0cfc0ce11c14285299838d2c1e96159bf9cb9de.tar.gz
Merge commit '619a433eca2c5655c41b799e0b06380020fb1498'
* commit '619a433eca2c5655c41b799e0b06380020fb1498': lavu: Drop deprecated option type Merged-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavutil/opt.h')
-rw-r--r--libavutil/opt.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavutil/opt.h b/libavutil/opt.h
index 0d893795de..555929dd6b 100644
--- a/libavutil/opt.h
+++ b/libavutil/opt.h
@@ -275,9 +275,6 @@ typedef struct AVOption {
int flags;
#define AV_OPT_FLAG_ENCODING_PARAM 1 ///< a generic parameter which can be set by the user for muxing or encoding
#define AV_OPT_FLAG_DECODING_PARAM 2 ///< a generic parameter which can be set by the user for demuxing or decoding
-#if FF_API_OPT_TYPE_METADATA
-#define AV_OPT_FLAG_METADATA 4 ///< some data extracted or inserted into the file like title, comment, ...
-#endif
#define AV_OPT_FLAG_AUDIO_PARAM 8
#define AV_OPT_FLAG_VIDEO_PARAM 16
#define AV_OPT_FLAG_SUBTITLE_PARAM 32