Hi, On Sat, Nov 26, 2011 at 7:45 PM, Alex Converse <[email protected]> wrote: > --- > libavcodec/wmavoice.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/libavcodec/wmavoice.c b/libavcodec/wmavoice.c > index 61258ba..d6d4cb2 100644 > --- a/libavcodec/wmavoice.c > +++ b/libavcodec/wmavoice.c > @@ -1795,7 +1795,7 @@ static int synth_superframe(AVCodecContext *ctx, > out_size = n_samples * av_get_bytes_per_sample(ctx->sample_fmt); > if (*data_size < out_size) { > av_log(ctx, AV_LOG_ERROR, > - "Output buffer too small (%d given - %zu needed)\n", > + "Output buffer too small (%d given - %d needed)\n", > *data_size, out_size); > return -1; > }
LGTM. Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
