diff options
Diffstat (limited to 'win/CS/HandBrake.Interop/Interop/Json/Encode/Video.cs')
-rw-r--r-- | win/CS/HandBrake.Interop/Interop/Json/Encode/Video.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrake.Interop/Interop/Json/Encode/Video.cs b/win/CS/HandBrake.Interop/Interop/Json/Encode/Video.cs index f77c0d335..992d67709 100644 --- a/win/CS/HandBrake.Interop/Interop/Json/Encode/Video.cs +++ b/win/CS/HandBrake.Interop/Interop/Json/Encode/Video.cs @@ -25,7 +25,7 @@ namespace HandBrake.Interop.Interop.Json.Encode /// <summary> /// Gets or sets the codec. /// </summary> - public int Encoder { get; set; } + public string Encoder { get; set; } /// <summary> /// Gets or sets the level. |