Re: [FFmpeg-devel] [PATCH 1/2] lavc/dvdsubdec: Move palette parsing to new function

2020-02-04 Thread Michael Kuron
I split off the documentation fix into a separate patch and sent the series of three patches yesterday. Carl Eugen Hoyos already merged the first one with the documentation fix. Can you take care of the remaining two patches? On Sun, Feb 2, 2020 at 5:08 PM Michael Niedermayer wrote: >> diff --gi

Re: [FFmpeg-devel] [PATCH 1/2] lavc/dvdsubdec: Move palette parsing to new function

2020-02-02 Thread Michael Niedermayer
On Sat, Feb 01, 2020 at 11:43:08PM +0100, Michael Kuron wrote: > Signed-off-by: Michael Kuron > --- > doc/decoders.texi | 2 +- > libavcodec/Makefile| 1 + > libavcodec/dvdsub.c| 33 + > libavcodec/dvdsubdec.c | 22 ++ > libavcode

[FFmpeg-devel] [PATCH 1/2] lavc/dvdsubdec: Move palette parsing to new function

2020-02-01 Thread Michael Kuron
Signed-off-by: Michael Kuron --- doc/decoders.texi | 2 +- libavcodec/Makefile| 1 + libavcodec/dvdsub.c| 33 + libavcodec/dvdsubdec.c | 22 ++ libavcodec/internal.h | 2 ++ 5 files changed, 43 insertions(+), 17 deletions(-) cr