Re: [FFmpeg-devel] [PATCH 1/2] avcodec: add MatchWare Screen Capture Codec

2018-08-27 Thread Rostislav Pehlivanov
On Mon, 27 Aug 2018 at 19:20, Rostislav Pehlivanov wrote: > > > On Sat, 25 Aug 2018 at 21:04, Paul B Mahol wrote: > >> Signed-off-by: Paul B Mahol >> --- >> configure | 1 + >> libavcodec/Makefile | 1 + >> libavcodec/allcodecs.c | 1 + >> libavcodec/avcodec.h| 1

Re: [FFmpeg-devel] [PATCH 1/2] avcodec: add MatchWare Screen Capture Codec

2018-08-27 Thread Rostislav Pehlivanov
On Sat, 25 Aug 2018 at 21:04, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > configure | 1 + > libavcodec/Makefile | 1 + > libavcodec/allcodecs.c | 1 + > libavcodec/avcodec.h| 1 + > libavcodec/codec_desc.c | 7 ++ > libavcodec/mwsc.c | 192 +