resetting the version causes any previously set values to be disregarded
Signed-off-by: Michael Niedermayer <[email protected]>
---
libavcodec/ffv1enc.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavcodec/ffv1enc.c b/libavcodec/ffv1enc.c
index c6f450ae6c0..c952065e443 100644
--- a/libavcodec/ffv1enc.c
+++ b/libavcodec/ffv1enc.c
@@ -914,7 +914,6 @@ static int encode_init_internal(AVCodecContext *avctx)
}
}
- s->version = 0;
ret = ff_ffv1_encode_init(avctx);
if (ret < 0)
--
2.48.1
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".