diff options
author | jstebbins <[email protected]> | 2009-04-18 18:44:12 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-04-18 18:44:12 +0000 |
commit | 691125a79092a1132863c71c74c32f9c3a614501 (patch) | |
tree | d88111f515b0f7aa4f8d05cef9c481b2e766958a /test | |
parent | 4312db0542356c5324b9a7ba705f73321f81a564 (diff) |
update cli help to include dts audio in list of options
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2341 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test')
-rw-r--r-- | test/test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test.c b/test/test.c index 3273c5716..d78cab1e6 100644 --- a/test/test.c +++ b/test/test.c @@ -1965,8 +1965,8 @@ static void ShowHelp() " input.\n" " (\"none\" for no audio, \"1,2,3\" for multiple\n" " tracks, default: first one)\n" - " -E, --aencoder <string> Audio encoder(s) (faac/lame/vorbis/ac3) \n" - " ac3 meaning passthrough\n" + " -E, --aencoder <string> Audio encoder(s) (faac/lame/vorbis/ac3/dts) \n" + " ac3 and dts meaning passthrough\n" " Separated by commas for more than one audio track.\n" " (default: guessed)\n" " -B, --ab <kb/s> Set audio bitrate(s) (default: 160)\n" |