Re: [FFmpeg-devel] [PATCH 37/42] avcodec/vp8: Convert to ProgressFrame API

2023-10-25 Thread Anton Khirnov
Quoting Andreas Rheinhardt (2023-09-19 21:57:29) > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/vp8.c | 90 +++ > libavcodec/vp8.h | 5 +-- > libavcodec/webp.c | 3 +- > 3 files changed, 33 insertions(+), 65 deletions(-) Looks ok -- Anton

[FFmpeg-devel] [PATCH 37/42] avcodec/vp8: Convert to ProgressFrame API

2023-09-19 Thread Andreas Rheinhardt
Signed-off-by: Andreas Rheinhardt --- libavcodec/vp8.c | 90 +++ libavcodec/vp8.h | 5 +-- libavcodec/webp.c | 3 +- 3 files changed, 33 insertions(+), 65 deletions(-) diff --git a/libavcodec/vp8.c b/libavcodec/vp8.c index 4a51c551b8..30d22016f5 10