aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2009-01-18 22:53:28 +0000
committerAurelien Jacobs <aurel@gnuage.org>2009-01-18 22:53:28 +0000
commit48a81c0ff591347e58b9402534c5cf596ddf0072 (patch)
tree21bbf10e8a8465b1452c340957a9764564ca1445 /libavformat/avformat.h
parentb0973124927d8ea5c8564abfd8f9c087696408e8 (diff)
downloadffmpeg-48a81c0ff591347e58b9402534c5cf596ddf0072.tar.gz
replace AV_METADATA_IGNORE_CASE flag by a new AV_METADATA_MATCH_CASE flag
with the opposed meaning Originally committed as revision 16680 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 0df48ab85b..1bd67b6bdf 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -67,7 +67,7 @@ unsigned avformat_version(void);
* A demuxer should set a default if it sets any translated tag.
*/
-#define AV_METADATA_IGNORE_CASE 1
+#define AV_METADATA_MATCH_CASE 1
#define AV_METADATA_IGNORE_SUFFIX 2
typedef struct {