[FFmpeg-cvslog] r22807 - trunk/libavformat/avformat.h

rbultje subversion
Mon Apr 5 21:50:45 CEST 2010


Author: rbultje
Date: Mon Apr  5 21:50:45 2010
New Revision: 22807

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

Modified:
   trunk/libavformat/avformat.h

Modified: trunk/libavformat/avformat.h
==============================================================================
--- trunk/libavformat/avformat.h	Mon Apr  5 21:46:55 2010	(r22806)
+++ trunk/libavformat/avformat.h	Mon Apr  5 21:50:45 2010	(r22807)
@@ -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;



More information about the ffmpeg-cvslog mailing list