فهرست منبع

update ffmpeg

Luke Pulverenti 11 سال پیش
والد
کامیت
ddd0a53ad0
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      MediaBrowser.ServerApplication/FFMpeg/FFMpegDownloadInfo.cs

+ 3 - 3
MediaBrowser.ServerApplication/FFMpeg/FFMpegDownloadInfo.cs

@@ -34,7 +34,7 @@ namespace MediaBrowser.ServerApplication.FFMpeg
                     switch (arg)
                     switch (arg)
                     {
                     {
                         case "Version":
                         case "Version":
-                            return "20140506";
+                            return "20140602";
                         case "FFMpegFilename":
                         case "FFMpegFilename":
                             return "ffmpeg.exe";
                             return "ffmpeg.exe";
                         case "FFProbeFilename":
                         case "FFProbeFilename":
@@ -112,8 +112,8 @@ namespace MediaBrowser.ServerApplication.FFMpeg
                 case PlatformID.Win32NT:
                 case PlatformID.Win32NT:
                     return new[]
                     return new[]
                     {
                     {
-                        "http://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20140506-git-2baf1c8-win32-static.7z",
-                        "https://www.dropbox.com/s/lxlzxs0r83iatsv/ffmpeg-20140506-git-2baf1c8-win32-static.7z?dl=1"
+                        "http://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20140612-git-3a1c895-win32-static.7z",
+                        "https://www.dropbox.com/s/lllit55bynbz6zc/ffmpeg-20140612-git-3a1c895-win32-static.7z?dl=1"
                     };
                     };
 
 
                 case PlatformID.Unix:
                 case PlatformID.Unix: