Mercurial > libavformat.hg
comparison avformat.h @ 4250:2fc899894f5e libavformat
replace AV_METADATA_IGNORE_CASE flag by a new AV_METADATA_MATCH_CASE flag
with the opposed meaning
author | aurel |
---|---|
date | Sun, 18 Jan 2009 22:53:28 +0000 |
parents | f7c35963d089 |
children | 3f71ce8f8da1 |
comparison
equal
deleted
inserted
replaced
4249:ffedcd3d4bed | 4250:2fc899894f5e |
---|---|
65 * For example: Author-ger=Michael, Author-eng=Mike | 65 * For example: Author-ger=Michael, Author-eng=Mike |
66 * The original/default language is in the unqualified "Author" tag. | 66 * The original/default language is in the unqualified "Author" tag. |
67 * A demuxer should set a default if it sets any translated tag. | 67 * A demuxer should set a default if it sets any translated tag. |
68 */ | 68 */ |
69 | 69 |
70 #define AV_METADATA_IGNORE_CASE 1 | 70 #define AV_METADATA_MATCH_CASE 1 |
71 #define AV_METADATA_IGNORE_SUFFIX 2 | 71 #define AV_METADATA_IGNORE_SUFFIX 2 |
72 | 72 |
73 typedef struct { | 73 typedef struct { |
74 char *key; | 74 char *key; |
75 char *value; | 75 char *value; |