Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Did3v2.c851 typedef struct ID3v2EMFunc { struct
858 } ID3v2EMFunc; typedef
860 static const ID3v2EMFunc id3v2_extra_meta_funcs[] = {
869 * Get the corresponding ID3v2EMFunc struct for a tag.
871 * @return A pointer to the ID3v2EMFunc struct if found, NULL otherwise.
873 static const ID3v2EMFunc *get_extra_meta_func(const char *tag, int isv34) in get_extra_meta_func()
901 const ID3v2EMFunc *extra_func = NULL; in id3v2_parse()
1211 const ID3v2EMFunc *extra_func; in ff_id3v2_free_extra_meta()

Completed in 4 milliseconds