Re: [FFmpeg-devel] [PATCH 3/4] avcodec/msrleenc: Remove useless private class

2023-07-17 Thread Tomas Härdin
sön 2023-07-16 klockan 16:51 +0200 skrev Andreas Rheinhardt: > A private class for an encoder without options is useless. Might be useful for explicitly using 8-bit encoding even when palette size would permit 4-bit MSRLE. But on the other hand if anyone wants to add 4-bit support then they can

[FFmpeg-devel] [PATCH 3/4] avcodec/msrleenc: Remove useless private class

2023-07-16 Thread Andreas Rheinhardt
A private class for an encoder without options is useless. Signed-off-by: Andreas Rheinhardt --- libavcodec/msrleenc.c | 8 1 file changed, 8 deletions(-) diff --git a/libavcodec/msrleenc.c b/libavcodec/msrleenc.c index 264d57e178..d5931f42fe 100644 --- a/libavcodec/msrleenc.c +++