]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/wmavoice.c
wmall: fix return type of dump_int_buffer()
[ffmpeg] / libavcodec / wmavoice.c
index ca7b368f63fb051de5f1d65dbc7461ad486165fd..244b63092241b7e23ba4484d176c5ef0906689ac 100644 (file)
@@ -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;
     }