mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 16:54:46 +03:00
updated ffmpeg
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user