summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2010-04-05 19:50:45 +0000
committerRonald S. Bultje <rsbultje@gmail.com>2010-04-05 19:50:45 +0000
commit56a8242fdd46a5dc6e577ec730b549e83facf6a6 (patch)
tree04574e1d9380e0238d09eeb5aca2cd5baf402654 /libavformat
parent3dd6180fc7900b0b658e9175160dfe907784da5c (diff)
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
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/avformat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index eb5a965bce..7cc059c30a 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -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;