diff options
author | sr55 <[email protected]> | 2011-06-11 17:24:43 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-06-11 17:24:43 +0000 |
commit | 708c792ed6f40ce4a46af0e95dec32798e460570 (patch) | |
tree | 8ccd96aa3fcaa1bef7e8fe49651cd1b0f78208bf /win/CS/Functions | |
parent | c2d584cfe459995bcbe73952581a89caa0be6e07 (diff) |
WinGui: Added support for the new ffmpeg aac encoder.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4041 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/Functions')
-rw-r--r-- | win/CS/Functions/QueryGenerator.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win/CS/Functions/QueryGenerator.cs b/win/CS/Functions/QueryGenerator.cs index acbc7a3f1..1c84fa37c 100644 --- a/win/CS/Functions/QueryGenerator.cs +++ b/win/CS/Functions/QueryGenerator.cs @@ -568,6 +568,8 @@ namespace Handbrake.Functions {
case "AAC (faac)":
return "faac";
+ case "AAC (ffmpeg)":
+ return "ffaac";
case "MP3 (lame)":
return "lame";
case "Vorbis (vorbis)":
|