Commit 9a215389 authored by Michael Niedermayer's avatar Michael Niedermayer

ffv1enc: fix 1000l typo

Thanks to ubitux for spotting that
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent b8a2331a
......@@ -641,7 +641,7 @@ static av_cold int encode_init(AVCodecContext *avctx)
const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(avctx->pix_fmt);
int i, j, k, m, ret;
if ((ret = ffv1_common_init(avctx)) < ret)
if ((ret = ffv1_common_init(avctx)) < 0)
return ret;
s->version = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment