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:
niksedk 2010-10-17 17:40:29 +00:00
parent aed741e06c
commit cdadcdf18e

View File

@ -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();