diff options
author | Ronald S. Bultje | 2010-04-05 19:50:45 +0000 |
---|---|---|
committer | Ronald S. Bultje | 2010-04-05 19:50:45 +0000 |
commit | 56a8242fdd46a5dc6e577ec730b549e83facf6a6 (patch) | |
tree | 04574e1d9380e0238d09eeb5aca2cd5baf402654 /libavformat | |
parent | 3dd6180fc7900b0b658e9175160dfe907784da5c (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.h | 1 |
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; |