decoder/ffmpeg: add webm as a supported format
This commit is contained in:

committed by
Max Kellermann

parent
d3cc8e0ac0
commit
8b6b25220d
@@ -745,7 +745,8 @@ static const char *const ffmpeg_suffixes[] = {
|
||||
"ram", "rl2", "rm", "rmvb", "roq", "rpl", "rvc", "shn", "smk", "snd",
|
||||
"sol", "son", "spx", "str", "swf", "tgi", "tgq", "tgv", "thp", "ts",
|
||||
"tsp", "tta", "xa", "xvid", "uv", "uv2", "vb", "vid", "vob", "voc",
|
||||
"vp6", "vmd", "wav", "wma", "wmv", "wsaud", "wsvga", "wv", "wve",
|
||||
"vp6", "vmd", "wav", "webm", "wma", "wmv", "wsaud", "wsvga", "wv",
|
||||
"wve",
|
||||
NULL
|
||||
};
|
||||
|
||||
@@ -809,6 +810,7 @@ static const char *const ffmpeg_mime_types[] = {
|
||||
"video/msvideo",
|
||||
"video/ogg",
|
||||
"video/theora",
|
||||
"video/webm",
|
||||
"video/x-dv",
|
||||
"video/x-flv",
|
||||
"video/x-matroska",
|
||||
|
Reference in New Issue
Block a user