[FFmpeg-devel] [PATCH] dpcm: use AV_LOG_ERROR for error messge

Carl Eugen Hoyos cehoyos at ag.or.at
Mon Nov 5 17:45:20 CET 2012


Piotr Bandurski <ami_stuff <at> o2.pl> writes:

> +++ b/libavcodec/dpcm.c
> @@ -118,7 +118,7 @@ static av_cold int dpcm_decode_init(AVCodecContext *avctx)
>      int i;
> 
>      if (avctx->channels < 1 || avctx->channels > 2) {
> -        av_log(avctx, AV_LOG_INFO, "invalid number of channels\n");
> +        av_log(avctx, AV_LOG_ERROR, "invalid number of channels\n");

Patch applied.

Thank you, Carl Eugen



More information about the ffmpeg-devel mailing list