[FFmpeg-devel] [PATCH] lavc/audiotoolboxenc: fix a number of config issues

2016-03-24 Thread Rodger Combs
- size variables were used in a confusing way - incorrect size var use led to channel layouts not being set properly - channel layouts were incorrectly mapped for >2-channel AAC - bitrates not accepted by the encoder were discarded instead of being clamped - some minor style/indentation fixes ---

Re: [FFmpeg-devel] [PATCH] lavc/audiotoolboxenc: fix a number of config issues

2016-03-24 Thread Carl Eugen Hoyos
Rodger Combs gmail.com> writes: > - channel layouts were incorrectly mapped for >2-channel AAC Sorry, I had answered the wrong mail before: What happens if you don't pass a channel layout? Does the encoder work? Does it return a channel layout? Does the AAC encoder support more than one channe