Skip to content

Commit 10c9b33

Browse files
committed
options: add mxf to video file extensions list
1 parent fdbe06a commit 10c9b33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

options/options.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1071,7 +1071,8 @@ static const struct MPOpts mp_default_opts = {
10711071
.media_controls = true,
10721072
.video_exts = (char *[]){
10731073
"3g2", "3gp", "avi", "flv", "ivf", "m2ts", "m4v", "mj2", "mkv", "mov",
1074-
"mp4", "mpeg", "mpg", "ogv", "rmvb", "ts", "webm", "wmv", "y4m", NULL
1074+
"mp4", "mpeg", "mpg", "mxf", "ogv", "rmvb", "ts", "webm", "wmv", "y4m",
1075+
NULL
10751076
},
10761077
.audio_exts = (char *[]){
10771078
"aac", "ac3", "aiff", "ape", "au", "dts", "eac3", "flac", "m4a", "mka",

0 commit comments

Comments
 (0)