diff options
author | sr55 <[email protected]> | 2013-06-01 18:37:00 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2013-06-01 18:37:00 +0000 |
commit | b556008f53799224327467e890ddf2b4123a7769 (patch) | |
tree | bafa3bb15744a7a95c6284c4e01aba47afd802c3 /win/CS/HandBrake.Interop | |
parent | 7d6817338ec78877fa7ecf40bb51b086a3f324ce (diff) |
Merging Trunk into OpenCL
git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/opencl@5541 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.Interop')
-rw-r--r-- | win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/AudioEncoder.cs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/AudioEncoder.cs b/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/AudioEncoder.cs index c8877e6d6..8fb242ac6 100644 --- a/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/AudioEncoder.cs +++ b/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/AudioEncoder.cs @@ -49,7 +49,10 @@ namespace HandBrake.Interop.Model.Encoding [Display(Name = "Vorbis (vorbis)")]
Vorbis,
- [Display(Name = "Flac (ffmpeg)")]
+ [Display(Name = "FLAC (ffmpeg)")]
ffflac,
+
+ [Display(Name = "FLAC (24-bit)")]
+ ffflac24,
}
}
|