Hi,

On Thu, Apr 5, 2012 at 4:13 PM, Justin Ruggles <[email protected]> wrote:
> ---
>  avconv.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/avconv.c b/avconv.c
> index 1c97c80..f87962e 100644
> --- a/avconv.c
> +++ b/avconv.c
> @@ -1030,7 +1030,7 @@ static int alloc_audio_output_buf(AVCodecContext *dec, 
> AVCodecContext *enc,
>
>     audio_buf_size = av_samples_get_buffer_size(NULL, enc->channels,
>                                                 audio_buf_samples,
> -                                                enc->sample_fmt, 32);
> +                                                enc->sample_fmt, 0);

OK.

Ronald
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to