diff options
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" |