[FFmpeg-cvslog] avcodec/libvpxdec.c,cosmetics: bpp -> bpc

James Zern git at videolan.org
Sat Nov 9 03:43:49 EET 2019


ffmpeg | branch: master | James Zern <jzern at google.com> | Wed Nov  6 14:05:23 2019 -0800| [a6be42a733133a5aff3129dace8b474d2d3f57aa] | committer: James Zern

avcodec/libvpxdec.c,cosmetics: bpp -> bpc

Signed-off-by: James Zern <jzern at google.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a6be42a733133a5aff3129dace8b474d2d3f57aa
---

 libavcodec/libvpxdec.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/libvpxdec.c b/libavcodec/libvpxdec.c
index 1ae2361167..1063c546b0 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;



More information about the ffmpeg-cvslog mailing list