diff --git a/libavcodec/imgconvert.c b/libavcodec/imgconvert.c index 241a7d6536..1d9db31fd3 100644 --- a/libavcodec/imgconvert.c +++ b/libavcodec/imgconvert.c @@ -637,7 +637,7 @@ int main(void){ for (i=0; iname) continue; av_log(0, AV_LOG_INFO, "pix fmt %s yuv_plan:%d avg_bpp:%d colortype:%d\n", desc->name, is_yuv_planar(desc), av_get_padded_bits_per_pixel(desc), get_color_type(desc)); if ((!(desc->flags & PIX_FMT_ALPHA)) != (desc->nb_components != 2 && desc->nb_components != 4)) {