Re: [FFmpeg-devel] [PATCH] avcodec/ffv1enc: Check that the crc + version combination is supported

2018-04-23 Thread Michael Niedermayer
On Sat, Apr 21, 2018 at 10:19:31PM +0200, Michael Niedermayer wrote: > The crc flag is only stored since version 3 thus before this crcs do not > work. We increase the version as needed same as we do with pix_fmts > > Signed-off-by: Michael Niedermayer > --- >

[FFmpeg-devel] [PATCH] avcodec/ffv1enc: Check that the crc + version combination is supported

2018-04-21 Thread Michael Niedermayer
The crc flag is only stored since version 3 thus before this crcs do not work. We increase the version as needed same as we do with pix_fmts Signed-off-by: Michael Niedermayer --- libavcodec/ffv1enc.c | 4 1 file changed, 4 insertions(+) diff --git