Lines Matching defs:meta
753 av_dict_free(&chap->meta);
791 read_ttag(s, pb, taglen, &chap->meta, tag);
797 ff_metadata_conv(&chap->meta, NULL, ff_id3v2_34_metadata_conv);
798 ff_metadata_conv(&chap->meta, NULL, ff_id3v2_4_metadata_conv);
820 ID3v2ExtraMeta *meta;
823 meta = av_mallocz(sizeof(*meta));
824 if (!meta)
827 priv = &meta->data.priv;
841 meta->tag = "PRIV";
842 list_append(meta, extra_meta);
848 av_freep(&meta);
1035 /* check for text tag or supported special meta tag */
1116 /* parse special meta tag */
1273 if ((ret = av_dict_copy(&chapter->metadata, chap->meta, 0)) < 0)