aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-12-21 11:41:32 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-12-21 11:41:32 -0500
commit31565d2c77f8fd9763144e1c2cca5dc6ece6cbc9 (patch)
tree276e6ebac2e03258829c414fb21392a5b9dc94ff
parent99d79322375c67884ae944e769dfd08cfa4ed971 (diff)
adjust ffmpeg validator
-rw-r--r--MediaBrowser.Server.Startup.Common/FFMpeg/FFmpegValidator.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Server.Startup.Common/FFMpeg/FFmpegValidator.cs b/MediaBrowser.Server.Startup.Common/FFMpeg/FFmpegValidator.cs
index 5c3ada82b..5854a5804 100644
--- a/MediaBrowser.Server.Startup.Common/FFMpeg/FFmpegValidator.cs
+++ b/MediaBrowser.Server.Startup.Common/FFMpeg/FFmpegValidator.cs
@@ -90,12 +90,12 @@ namespace MediaBrowser.Server.Startup.Common.FFMpeg
"libx265",
"mpeg4",
"msmpeg4",
- "libvpx",
+ //"libvpx",
//"libvpx-vp9",
"aac",
"ac3",
"libmp3lame",
- "libvorbis",
+ //"libvorbis",
"srt"
};