mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-24 20:22:41 +01:00
Added ".mov" to video extensions
git-svn-id: https://subtitleedit.googlecode.com/svn/trunk@62 99eadd0c-20b8-1223-b5c4-2a2b2df33de2
This commit is contained in:
parent
aed741e06c
commit
cdadcdf18e
@ -143,7 +143,7 @@ namespace Nikse.SubtitleEdit.Logic
|
||||
|
||||
public static IEnumerable<string> GetMovieFileExtensions()
|
||||
{
|
||||
return new List<string> { ".avi", ".mkv", ".wmv", ".mpg", ".mpeg", ".divx", ".mp4", ".asf", ".flv" };
|
||||
return new List<string> { ".avi", ".mkv", ".wmv", ".mpg", ".mpeg", ".divx", ".mp4", ".asf", ".flv", ".mov" };
|
||||
}
|
||||
|
||||
public static string GetVideoFileFilter()
|
||||
@ -475,7 +475,6 @@ namespace Nikse.SubtitleEdit.Logic
|
||||
}
|
||||
else if (GetCount(hewbrewEncoding.GetString(buffer), "אתה", "אולי", "הוא", "בסדר", "יודע", "טוב") > 5)
|
||||
return hewbrewEncoding;
|
||||
|
||||
}
|
||||
}
|
||||
file.Close();
|
||||
|
Loading…
Reference in New Issue
Block a user