Home
last modified time | relevance | path

Searched refs:font_mimetypes (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_subtitles.c277 static const char * const font_mimetypes[] = { variable
299 for (n = 0; font_mimetypes[n]; n++) { in attachment_is_font()
300 if (av_strcasecmp(font_mimetypes[n], tag->value) == 0) in attachment_is_font()