Hi,

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...

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

Reply via email to