mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
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
This commit is contained in:
parent
3dd6180fc7
commit
56a8242fdd
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user