nu774 / fdkaac

command line encoder frontend for libfdk-aac
Other
261 stars 59 forks source link

bitrate-mode seems broken. #2

Closed bat999 closed 11 years ago

bat999 commented 11 years ago

Hi This shows "unrecognized option '--bitrate-mode'" $ fdkaac --bitrate-mode 3 foo.wav

But this is OK:- $ fdkaac -m 3 foo.wav

nu774 commented 11 years ago

Thanks, this time there was a typo on internal option[] array. Fixed now.

bat999 commented 11 years ago

Fixed now.

Yes, it's fixed. Thanks. :-)