Mercurial > libavformat.hg
changeset 5939:b8a234311fc1 libavformat
Actually add flag (somehow got lost in my previous patchset?), fixes broken
r22806.
author | rbultje |
---|---|
date | Mon, 05 Apr 2010 19:50:45 +0000 |
parents | 854b3ac40b8e |
children | de489de0240a |
files | avformat.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/avformat.h Mon Apr 05 19:46:55 2010 +0000 +++ b/avformat.h Mon Apr 05 19:50:45 2010 +0000 @@ -119,6 +119,7 @@ #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;