On Mon, Jan 07, 2013 at 01:23:35PM +0100, Anton Khirnov wrote:
> --- a/libavcodec/mimic.c
> +++ b/libavcodec/mimic.c
> @@ -349,20 +354,20 @@ static int mimic_decode_frame(AVCodecContext *avctx, 
> void *data,
>          }
>      } else if (width != ctx->avctx->width || height != ctx->avctx->height) {
>          av_log(avctx, AV_LOG_ERROR, "resolution changing is not 
> supported\n");
> -        return -1;
> +        return AVERROR_PATCHWELCOME;

This av_log should be of the missing_feature or patch_welcome kind.

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to