Commit 56a8242f authored by Ronald S. Bultje's avatar Ronald S. Bultje

Actually add flag (somehow got lost in my previous patchset?), fixes broken

r22806.

Originally committed as revision 22807 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 3dd6180f
......@@ -119,6 +119,7 @@ struct AVFormatContext;
#define AV_METADATA_IGNORE_SUFFIX 2
#define AV_METADATA_DONT_STRDUP_KEY 4
#define AV_METADATA_DONT_STRDUP_VAL 8
#define AV_METADATA_DONT_OVERWRITE 16 ///< Don't overwrite existing tags.
typedef struct {
char *key;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment