match_ext 1293 ffserver.c if (match_ext(filename, "asx")) {
match_ext 1296 ffserver.c } else if (match_ext(filename, "asf") &&
match_ext 1300 ffserver.c } else if (match_ext(filename, "rpm,ram")) {
match_ext 1303 ffserver.c } else if (match_ext(filename, "rtsp")) {
match_ext 1306 ffserver.c } else if (match_ext(filename, "sdp")) {
match_ext 344 libavcodec/pnmenc.c if (match_ext(pd->filename, "pgmyuv"))
match_ext 1320 libavformat/avformat.h int match_ext(const char *filename, const char *extensions);
match_ext 590 libavformat/movenc.c if (!match_ext(s->filename, "m4a") && !match_ext(s->filename, "m4v"))
match_ext 1215 libavformat/mpegts.c if (match_ext(p->filename, "ts"))
match_ext 749 libavformat/nsvdec.c if (match_ext(p->filename, "nsv"))
match_ext 199 libavformat/utils.c match_ext(filename, fmt->extensions)) {
match_ext 352 libavformat/utils.c if (match_ext(pd->filename, fmt1->extensions)) {