Re: [FFmpeg-devel] [PATCH 3/5] avcodec: add MobiClip video decoder

2020-09-03 Thread Paul B Mahol
On 9/1/20, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > libavcodec/Makefile |1 + > libavcodec/allcodecs.c |1 + > libavcodec/codec_desc.c |7 + > libavcodec/codec_id.h |1 + > libavcodec/mobiclip.c | 1427 +++ > 5 files c

[FFmpeg-devel] [PATCH 3/5] avcodec: add MobiClip video decoder

2020-09-01 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavcodec/Makefile |1 + libavcodec/allcodecs.c |1 + libavcodec/codec_desc.c |7 + libavcodec/codec_id.h |1 + libavcodec/mobiclip.c | 1427 +++ 5 files changed, 1437 insertions(+) create mode 100644 l