Hi,

On Sat, Jul 16, 2011 at 8:41 AM, Rafaël Carré <[email protected]> wrote:
> ---
>  libavcodec/rv30.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/libavcodec/rv30.c b/libavcodec/rv30.c
> index 5d7109f..e047c82 100644
> --- a/libavcodec/rv30.c
> +++ b/libavcodec/rv30.c
> @@ -256,6 +256,7 @@ static av_cold int rv30_decode_init(AVCodecContext *avctx)
>     if(avctx->extradata_size - 8 < (r->rpr - 1) * 2){
>         av_log(avctx, AV_LOG_ERROR, "Insufficient extradata - need at least 
> %d bytes, got %d\n",
>                6 + r->rpr * 2, avctx->extradata_size);
> +        return EINVAL;

Should be AVERROR(EINVAL), as notived on ffmpeg-devel.

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

Reply via email to