Searched refs:get_extra_meta_func (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Did3v2.c401 static const ID3v2EMFunc *get_extra_meta_func(const char *tag, int isv34) function
503 } else if (tag[0] == 'T' || (extra_meta && (extra_func = get_extra_meta_func(tag, isv34)))) {
598 if ((extra_func = get_extra_meta_func(current->tag, 1)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Did3v2.c649 static const ID3v2EMFunc *get_extra_meta_func(const char *tag, int isv34) function
789 (extra_func = get_extra_meta_func(tag, isv34)))) {
943 if ((extra_func = get_extra_meta_func(current->tag, 1)))

Completed in 87 milliseconds