X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Flibvpxdec.c;h=1063c546b05efabdd76fd47d764cdec1f94e89d9;hb=9d6be83085ccb1f52b923064eb93566ddbb0a1f7;hp=1ae2361167f9dcaf16d9544e64572fe03ad51435;hpb=c54268ce02f71c144d444a5e6d35417d5f043ed5;p=ffmpeg diff --git a/libavcodec/libvpxdec.c b/libavcodec/libvpxdec.c index 1ae2361167f..1063c546b05 100644 --- a/libavcodec/libvpxdec.c +++ b/libavcodec/libvpxdec.c @@ -288,7 +288,7 @@ static int vpx_decode(AVCodecContext *avctx, img->d_h != img_alpha->d_h || img->bit_depth != img_alpha->bit_depth)) { av_log(avctx, AV_LOG_ERROR, - "Video dimensions %dx%d@%dbpp differ from alpha dimensions %dx%d@%dbpp\n", + "Video dimensions %dx%d@%dbpc differ from alpha dimensions %dx%d@%dbpc\n", img->d_w, img->d_h, img->bit_depth, img_alpha->d_w, img_alpha->d_h, img_alpha->bit_depth); return AVERROR_INVALIDDATA;