Added ".ts" to list of video extensions - thx pson :)

git-svn-id: https://subtitleedit.googlecode.com/svn/trunk@1178 99eadd0c-20b8-1223-b5c4-2a2b2df33de2
This commit is contained in:
niksedk 2012-05-13 06:12:16 +00:00
parent 0444dff957
commit a32565b324

View File

@ -134,7 +134,7 @@ namespace Nikse.SubtitleEdit.Logic
public static IEnumerable<string> GetMovieFileExtensions()
{
return new List<string> { ".avi", ".mkv", ".wmv", ".mpg", ".mpeg", ".divx", ".mp4", ".asf", ".flv", ".mov", ".m4v", ".vob", ".ogv", ".webm" };
return new List<string> { ".avi", ".mkv", ".wmv", ".mpg", ".mpeg", ".divx", ".mp4", ".asf", ".flv", ".mov", ".m4v", ".vob", ".ogv", ".webm", ".ts" };
}
public static string GetVideoFileFilter()