Re: [FFmpeg-devel] [PATCH 04/39] lavc/ffv1dec: drop FFV1Context.cur

2024-07-24 Thread Michael Niedermayer
On Tue, Jul 16, 2024 at 07:11:19PM +0200, Anton Khirnov wrote: > It is merely a pointer to FFV1Context.picture.f, which can just as well > be used directly. > --- > libavcodec/ffv1.h| 1 - > libavcodec/ffv1dec.c | 33 + > 2 files changed, 17 insertions(+), 17 d

[FFmpeg-devel] [PATCH 04/39] lavc/ffv1dec: drop FFV1Context.cur

2024-07-16 Thread Anton Khirnov
It is merely a pointer to FFV1Context.picture.f, which can just as well be used directly. --- libavcodec/ffv1.h| 1 - libavcodec/ffv1dec.c | 33 + 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/libavcodec/ffv1.h b/libavcodec/ffv1.h index acec2