Re: [FFmpeg-devel] [PATCH 2/4] avcodec/ffv1: Implementation of the CRC proposal for v4

2019-11-09 Thread Michael Niedermayer
On Fri, Oct 18, 2019 at 08:24:21PM +0200, Michael Niedermayer wrote: > On Fri, Oct 18, 2019 at 03:09:48AM +0200, Lynne wrote: > > Oct 17, 2019, 23:25 by mich...@niedermayer.cc: > > Signed-off-by: Michael Niedermayer > > --- > > libavcodec/ffv1.h| 1 + > > libavcodec/ffv1dec.c | 10

Re: [FFmpeg-devel] [PATCH 2/4] avcodec/ffv1: Implementation of the CRC proposal for v4

2019-10-18 Thread Michael Niedermayer
On Fri, Oct 18, 2019 at 03:09:48AM +0200, Lynne wrote: > Oct 17, 2019, 23:25 by mich...@niedermayer.cc: > Signed-off-by: Michael Niedermayer > --- > libavcodec/ffv1.h| 1 + > libavcodec/ffv1dec.c | 10 +++--- > libavcodec/ffv1enc.c | 10 +++--- > 3 files changed, 15 insertions(+), 6

Re: [FFmpeg-devel] [PATCH 2/4] avcodec/ffv1: Implementation of the CRC proposal for v4

2019-10-17 Thread Lynne
Oct 17, 2019, 23:25 by mich...@niedermayer.cc: Signed-off-by: Michael Niedermayer --- libavcodec/ffv1.h| 1 + libavcodec/ffv1dec.c | 10 +++--- libavcodec/ffv1enc.c | 10 +++--- 3 files changed, 15 insertions(+), 6 deletions(-) Why 0x4964AF46 instead of 0x?

[FFmpeg-devel] [PATCH 2/4] avcodec/ffv1: Implementation of the CRC proposal for v4

2019-10-17 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- libavcodec/ffv1.h| 1 + libavcodec/ffv1dec.c | 10 +++--- libavcodec/ffv1enc.c | 10 +++--- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/libavcodec/ffv1.h b/libavcodec/ffv1.h index f0bb19350a..3edf9dfca3 100644 ---