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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dflac_picture.c45 if (type >= FF_ARRAY_ELEMS(ff_id3v2_picture_types) || type < 0) {
138 av_dict_set(&st->metadata, "comment", ff_id3v2_picture_types[type], 0);
H A Did3v2.h183 extern const char *ff_id3v2_picture_types[21];
H A Did3v2enc.c285 for (i = 0; e && i < FF_ARRAY_ELEMS(ff_id3v2_picture_types); i++) {
286 if (!av_strcasecmp(e->value, ff_id3v2_picture_types[i])) {
H A Did3v2.c104 const char *ff_id3v2_picture_types[21] = { variable
495 if (pic_type < 0 || pic_type >= FF_ARRAY_ELEMS(ff_id3v2_picture_types)) {
500 apic->type = ff_id3v2_picture_types[pic_type];
H A Dasfdec.c200 if (type >= FF_ARRAY_ELEMS(ff_id3v2_picture_types) || type < 0) {
258 av_dict_set(&st->metadata, "comment", ff_id3v2_picture_types[type], 0);

Completed in 181 milliseconds