|
|
@ -137,15 +137,15 @@ namespace MediaBrowser.Controller.MediaInfo
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// The FF probe resource pool count
|
|
|
|
/// The FF probe resource pool count
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
private const int FFProbeResourcePoolCount = 4;
|
|
|
|
private const int FFProbeResourcePoolCount = 3;
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// The audio image resource pool count
|
|
|
|
/// The audio image resource pool count
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
private const int AudioImageResourcePoolCount = 4;
|
|
|
|
private const int AudioImageResourcePoolCount = 3;
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// The video image resource pool count
|
|
|
|
/// The video image resource pool count
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
private const int VideoImageResourcePoolCount = 2;
|
|
|
|
private const int VideoImageResourcePoolCount = 1;
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// The FF probe resource pool
|
|
|
|
/// The FF probe resource pool
|
|
|
|