Hi Justin,

On Mon, Nov 15, 2010 at 9:41 PM, Justin Ruggles
<[email protected]> wrote:
> Ronald S. Bultje wrote:
>> On Sun, Nov 14, 2010 at 8:43 PM, Justin Ruggles
>> <[email protected]> wrote:
>>> ---
>>>  libavcodec/ac3enc.c |   86 
>>> +++++++++++++++++++++++++-------------------------
>>>  1 files changed, 43 insertions(+), 43 deletions(-)
>> [..]
>>> @@ -49,14 +49,14 @@ typedef struct AC3EncodeContext {
>>>      int bits_written;
>>>      int samples_written;
>>>
>>> -    int nb_all_channels;
>>> -    int nb_channels;
>>> -    int lfe;
>>> -    int lfe_channel;
>>> +    int fbw_channels;
>>> +    int channels;
>>> +    int lfe_on;
>>> +    int lfe_ch;
>>
>> I actually like lfe_channel more...
>
> I changed it to match what is in ac3dec.  But I can change both...

Whatever others like, I suppose. Don't forget, you're maintainer, you
can ignore me at your wish. :-).

Ronald
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to