aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MediaBrowser.Controller/MediaBrowser.Controller.csproj2
-rw-r--r--MediaBrowser.Controller/MediaInfo/FFMpegManager.cs6
-rw-r--r--MediaBrowser.Controller/MediaInfo/ffmpeg20130310.zip.REMOVED.git-id1
-rw-r--r--MediaBrowser.Controller/MediaInfo/ffmpeg20130312.zip.REMOVED.git-id1
4 files changed, 5 insertions, 5 deletions
diff --git a/MediaBrowser.Controller/MediaBrowser.Controller.csproj b/MediaBrowser.Controller/MediaBrowser.Controller.csproj
index 1485b51f9..54ba9be55 100644
--- a/MediaBrowser.Controller/MediaBrowser.Controller.csproj
+++ b/MediaBrowser.Controller/MediaBrowser.Controller.csproj
@@ -201,7 +201,7 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
- <EmbeddedResource Include="MediaInfo\ffmpeg20130312.zip" />
+ <EmbeddedResource Include="MediaInfo\ffmpeg20130310.zip" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
diff --git a/MediaBrowser.Controller/MediaInfo/FFMpegManager.cs b/MediaBrowser.Controller/MediaInfo/FFMpegManager.cs
index 36fab24bb..4c4bc0873 100644
--- a/MediaBrowser.Controller/MediaInfo/FFMpegManager.cs
+++ b/MediaBrowser.Controller/MediaInfo/FFMpegManager.cs
@@ -137,15 +137,15 @@ namespace MediaBrowser.Controller.MediaInfo
/// <summary>
/// The FF probe resource pool count
/// </summary>
- private const int FFProbeResourcePoolCount = 4;
+ private const int FFProbeResourcePoolCount = 3;
/// <summary>
/// The audio image resource pool count
/// </summary>
- private const int AudioImageResourcePoolCount = 4;
+ private const int AudioImageResourcePoolCount = 3;
/// <summary>
/// The video image resource pool count
/// </summary>
- private const int VideoImageResourcePoolCount = 2;
+ private const int VideoImageResourcePoolCount = 1;
/// <summary>
/// The FF probe resource pool
diff --git a/MediaBrowser.Controller/MediaInfo/ffmpeg20130310.zip.REMOVED.git-id b/MediaBrowser.Controller/MediaInfo/ffmpeg20130310.zip.REMOVED.git-id
new file mode 100644
index 000000000..59c2e4db3
--- /dev/null
+++ b/MediaBrowser.Controller/MediaInfo/ffmpeg20130310.zip.REMOVED.git-id
@@ -0,0 +1 @@
+8e635e6882f3482f3cabbfbf42b76e2c9d24678a \ No newline at end of file
diff --git a/MediaBrowser.Controller/MediaInfo/ffmpeg20130312.zip.REMOVED.git-id b/MediaBrowser.Controller/MediaInfo/ffmpeg20130312.zip.REMOVED.git-id
deleted file mode 100644
index ee5c29231..000000000
--- a/MediaBrowser.Controller/MediaInfo/ffmpeg20130312.zip.REMOVED.git-id
+++ /dev/null
@@ -1 +0,0 @@
-629771e1793534eea1b867e8333f22a829acc35f \ No newline at end of file