From 31565d2c77f8fd9763144e1c2cca5dc6ece6cbc9 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 21 Dec 2015 11:41:32 -0500 Subject: [PATCH] adjust ffmpeg validator --- MediaBrowser.Server.Startup.Common/FFMpeg/FFmpegValidator.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MediaBrowser.Server.Startup.Common/FFMpeg/FFmpegValidator.cs b/MediaBrowser.Server.Startup.Common/FFMpeg/FFmpegValidator.cs index 5c3ada82b4..5854a5804c 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" };