From: Greg Darke Date: Sat, 11 Oct 2008 12:25:49 +0000 (+1100) Subject: Fixed typo in the faac options field name X-Git-Url: https://code.delx.au/transcoding/commitdiff_plain/b278099b4d1698f4b2fd4369a70e4489819a34c4 Fixed typo in the faac options field name --- diff --git a/encode.py b/encode.py index f9ff177..35a95e4 100755 --- a/encode.py +++ b/encode.py @@ -7,7 +7,7 @@ class MencoderCommand(object): "lavc": "-lavcopts", "xvid": "-xvidencopts", "x264": "-x264encopts", - "faac": "-faaccopts", + "faac": "-faacopts", "mp3lame": "-lameopts", }