34 {
"ALBUMARTIST",
"album_artist"},
35 {
"TRACKNUMBER",
"track" },
36 {
"DISCNUMBER",
"disc" },
43 len += strlen(vendor_string);
47 len += 4 +strlen(tag->
key) + 1 + strlen(tag->
value);
54 const char *vendor_string)
56 bytestream_put_le32(p, strlen(vendor_string));
61 bytestream_put_le32(p, count);
63 unsigned int len1 = strlen(tag->
key);
64 unsigned int len2 = strlen(tag->
value);
65 bytestream_put_le32(p, len1+1+len2);
67 bytestream_put_byte(p,
'=');
71 bytestream_put_le32(p, 0);
int av_dict_count(const AVDictionary *m)
Get number of entries in dictionary.
AVDictionaryEntry * av_dict_get(const AVDictionary *m, const char *key, const AVDictionaryEntry *prev, int flags)
Get a dictionary entry with matching key.
static av_always_inline void bytestream_put_buffer(uint8_t **b, const uint8_t *src, unsigned int size)
#define AV_DICT_IGNORE_SUFFIX