diff options
Diffstat (limited to 'win/C#/interop/Model/Encoding/OutputFormat.cs')
-rw-r--r-- | win/C#/interop/Model/Encoding/OutputFormat.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/win/C#/interop/Model/Encoding/OutputFormat.cs b/win/C#/interop/Model/Encoding/OutputFormat.cs index 5ac1f05a2..e0b0e8d1a 100644 --- a/win/C#/interop/Model/Encoding/OutputFormat.cs +++ b/win/C#/interop/Model/Encoding/OutputFormat.cs @@ -9,6 +9,9 @@ namespace HandBrake.Interop.Model.Encoding
{
+ /// <summary>
+ /// Output File Format
+ /// </summary>
public enum OutputFormat
{
[DisplayString("MP4")]
|