You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
ffv1enc: fix 1000l typo
Thanks to ubitux for spotting that Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user