Re: [FFmpeg-devel] [PATCH 03/14] avcodec/ffv1, ffv1dec: Add const where appropriate

2021-04-25 Thread Michael Niedermayer
On Sat, Apr 24, 2021 at 01:14:35PM +0200, Andreas Rheinhardt wrote: > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/ffv1.c| 4 ++-- > libavcodec/ffv1.h| 4 ++-- > libavcodec/ffv1dec.c | 5 +++-- > 3 files changed, 7 insertions(+), 6 deletions(-) LGTM thx [...] -- Michael Gnu

[FFmpeg-devel] [PATCH 03/14] avcodec/ffv1, ffv1dec: Add const where appropriate

2021-04-24 Thread Andreas Rheinhardt
Signed-off-by: Andreas Rheinhardt --- libavcodec/ffv1.c| 4 ++-- libavcodec/ffv1.h| 4 ++-- libavcodec/ffv1dec.c | 5 +++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/libavcodec/ffv1.c b/libavcodec/ffv1.c index 1c580c3b49..47bb032876 100644 --- a/libavcodec/ffv1.c +++