diff options
author | sr55 <[email protected]> | 2014-03-02 13:18:36 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2014-03-02 13:18:36 +0000 |
commit | e35800c8403286965e561638e76611c798cfef18 (patch) | |
tree | 428cd4eb0a30aab60d7c4e3c7154e731ecfe84fa /win/CS/HandBrake.Interop/HandBrakeInterop/Model | |
parent | 319379665d1c25ae634055076658710a44c6eb9f (diff) |
WinGui: Remove some last references to the faac encoder.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6092 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.Interop/HandBrakeInterop/Model')
-rw-r--r-- | win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/AudioEncoder.cs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/AudioEncoder.cs b/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/AudioEncoder.cs index bc7b5bf20..6e6f5a138 100644 --- a/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/AudioEncoder.cs +++ b/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/AudioEncoder.cs @@ -18,10 +18,6 @@ namespace HandBrake.Interop.Model.Encoding /// </summary>
public enum AudioEncoder
{
- [Display(Name = "AAC (faac)")]
- [ShortName("faac")]
- faac = 0,
-
[Display(Name = "AAC (avcodec)")]
[ShortName("av_aac")]
ffaac,
|