Add Topfield .rec files, Make sure scale w x h is divisible by 2

This commit is contained in:
tikuf
2013-10-28 08:09:22 +11:00
parent e7a1f52373
commit 676579d4bd
2 changed files with 3 additions and 2 deletions

View File

@@ -44,7 +44,8 @@ namespace MediaBrowser.Controller.Resolvers
".f4v",
".3gp",
".webm",
".mts"
".mts",
".rec"
};
private static readonly Dictionary<string, string> VideoFileExtensionsDictionary = VideoFileExtensions.ToDictionary(i => i, StringComparer.OrdinalIgnoreCase);