Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2016-12-06 01:22:49 +0300
committerVittorio Giovara <vittorio.giovara@gmail.com>2017-03-23 12:09:17 +0300
commit619a433eca2c5655c41b799e0b06380020fb1498 (patch)
treef518e5699b8a85d12aa81c6d1e714193aa002662 /libavutil/opt.h
parentdd343fd986459f467a2d1d70c26101dff1d47d68 (diff)
lavu: Drop deprecated option type
Deprecated in 02/2014.
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 a65c4f41ba..b68a396da7 100644
--- a/libavutil/opt.h
+++ b/libavutil/opt.h
@@ -263,9 +263,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