Hi,

On Thu, Jun 2, 2011 at 2:13 PM, Diego Biurrun <[email protected]> wrote:
> ---
>  libavcodec/vorbisdec.c |    3 ---
>  1 files changed, 0 insertions(+), 3 deletions(-)
>
> diff --git a/libavcodec/vorbisdec.c b/libavcodec/vorbisdec.c
> index 61772f3..a0d6495 100644
> --- a/libavcodec/vorbisdec.c
> +++ b/libavcodec/vorbisdec.c
> @@ -1095,9 +1095,6 @@ static int vorbis_floor0_decode(vorbis_context *vc,
>             for (i = 0; i < order; i++)
>                 lsp[i] = 2.0f * cos(lsp[i]);
>
> -            AV_DEBUG("floor0 synth: map_size = %d; m = %d; wstep = %f\n",
> -                     vf->map_size, order, wstep);

Which part doesn't compile?

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

Reply via email to