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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavformat/
H A Did3v2.h61 extern const char ff_id3v2_tags[][4];
H A Did3v2.c266 const char ff_id3v2_tags[][4] = { variable
H A Dmp3.c320 for (i = 0; *ff_id3v2_tags[i]; i++)
321 if (AV_RB32(t->key) == AV_RB32(ff_id3v2_tags[i])) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavformat/
H A Did3v2.h61 extern const char ff_id3v2_tags[][4];
H A Did3v2.c266 const char ff_id3v2_tags[][4] = { variable
H A Dmp3.c320 for (i = 0; *ff_id3v2_tags[i]; i++)
321 if (AV_RB32(t->key) == AV_RB32(ff_id3v2_tags[i])) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavformat/
H A Did3v2.h61 extern const char ff_id3v2_tags[][4];
H A Did3v2.c266 const char ff_id3v2_tags[][4] = { variable
H A Dmp3.c320 for (i = 0; *ff_id3v2_tags[i]; i++)
321 if (AV_RB32(t->key) == AV_RB32(ff_id3v2_tags[i])) {

Completed in 82 milliseconds