api changes for ffmpeg profiles (#2520)
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace ErsatzTV.Core.Domain;
|
||||
|
||||
[JsonConverter(typeof(JsonStringEnumConverter<FFmpegProfileTonemapAlgorithm>))]
|
||||
public enum FFmpegProfileTonemapAlgorithm
|
||||
{
|
||||
Linear = 0,
|
||||
|
||||
Reference in New Issue
Block a user