Re: [FFmpeg-devel] [PATCH 2/2] avcodec: add WinCAM Motion Video decoder

2018-08-27 Thread Michael Niedermayer
Hi On Mon, Aug 27, 2018 at 07:31:21PM +0100, Rostislav Pehlivanov wrote: > On Sat, 25 Aug 2018 at 21:12, Paul B Mahol wrote: [...] > > + > > +blocks = bytestream2_get_le16(&gb); > > +if (blocks > 5) { > > +GetByteContext bgb; > > +int x = 0, size; > > + > > +if (bl

Re: [FFmpeg-devel] [PATCH 2/2] avcodec: add WinCAM Motion Video decoder

2018-08-27 Thread Rostislav Pehlivanov
On Sat, 25 Aug 2018 at 21:12, 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/wcmv.c | 247 +

[FFmpeg-devel] [PATCH 2/2] avcodec: add WinCAM Motion Video decoder

2018-08-25 Thread Paul B Mahol
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/wcmv.c | 247 libavformat/riff.c |