Lines Matching refs:extra_meta
114 * @param[out] extra_meta If not NULL, extra metadata is parsed into a list of
115 * ID3v2ExtraMeta structs and *extra_meta points to the head of the list
117 void ff_id3v2_read_dict(AVIOContext *pb, AVDictionary **metadata, const char *magic, ID3v2ExtraMeta **extra_meta);
124 * @param[out] extra_meta If not NULL, extra metadata is parsed into a list of
125 * ID3v2ExtraMeta structs and *extra_meta points to the head of the list
128 void ff_id3v2_read(AVFormatContext *s, const char *magic, ID3v2ExtraMeta **extra_meta,
162 * @param extra_meta Pointer to a pointer to the head of a ID3v2ExtraMeta list, *extra_meta is set to NULL.
164 void ff_id3v2_free_extra_meta(ID3v2ExtraMeta **extra_meta);
170 int ff_id3v2_parse_apic(AVFormatContext *s, ID3v2ExtraMeta *extra_meta);
175 int ff_id3v2_parse_chapters(AVFormatContext *s, ID3v2ExtraMeta *extra_meta);
181 int ff_id3v2_parse_priv_dict(AVDictionary **d, ID3v2ExtraMeta *extra_meta);
188 int ff_id3v2_parse_priv(AVFormatContext *s, ID3v2ExtraMeta *extra_meta);