瀏覽代碼

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)
                     {
                         case "Version":
-                            return "20140506";
+                            return "20140602";
                         case "FFMpegFilename":
                             return "ffmpeg.exe";
                         case "FFProbeFilename":
@@ -112,8 +112,8 @@ namespace MediaBrowser.ServerApplication.FFMpeg
                 case PlatformID.Win32NT:
                     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: