mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-14 17:36:31 +01:00
forward port ffd5c24 from master (extend video file ext list)
This commit is contained in:
parent
97620769be
commit
2595d181f7
1 changed files with 4 additions and 0 deletions
|
|
@ -269,6 +269,8 @@ static bool check_video_file_extension(std::string file)
|
|||
".ogg" , ".OGG" ,
|
||||
".ogv" , ".OGV" ,
|
||||
".mpg" , ".MPG" ,
|
||||
".mpeg" , ".MPEG" ,
|
||||
".mts" , ".MTS" ,
|
||||
".mov" , ".MOV" ,
|
||||
".mp4" , ".MP4" ,
|
||||
".mkv" , ".MKV" ,
|
||||
|
|
@ -283,6 +285,8 @@ static bool check_video_file_extension(std::string file)
|
|||
".dv" , ".DV" ,
|
||||
".dirac" , ".DIRAC" ,
|
||||
".webm" , ".WEBM" ,
|
||||
".wmv" , ".WMV" ,
|
||||
".ts" , ".TS" ,
|
||||
};
|
||||
|
||||
for (size_t n = 0; n < sizeof(suffixes)/sizeof(suffixes[0]); ++n) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue