Re: [FFmpeg-devel] [PATCH] avformat: add DAT CCTV demuxer

2020-09-16 Thread Paul B Mahol
On Wed, Sep 16, 2020 at 11:44:01PM +0200, Andreas Rheinhardt wrote: > Paul B Mahol: > > On Sat, Sep 12, 2020 at 11:28:33AM +0200, Paul B Mahol wrote: > >> Signed-off-by: Paul B Mahol > >> --- > >> libavformat/Makefile | 1 + > >> libavformat/allformats.c | 1 + > >> libavformat/luodatdec.

Re: [FFmpeg-devel] [PATCH] avformat: add DAT CCTV demuxer

2020-09-16 Thread Andreas Rheinhardt
Paul B Mahol: > On Sat, Sep 12, 2020 at 11:28:33AM +0200, Paul B Mahol wrote: >> Signed-off-by: Paul B Mahol >> --- >> libavformat/Makefile | 1 + >> libavformat/allformats.c | 1 + >> libavformat/luodatdec.c | 129 +++ >> 3 files changed, 131 insertio

Re: [FFmpeg-devel] [PATCH] avformat: add DAT CCTV demuxer

2020-09-16 Thread Paul B Mahol
On Sat, Sep 12, 2020 at 11:28:33AM +0200, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > libavformat/Makefile | 1 + > libavformat/allformats.c | 1 + > libavformat/luodatdec.c | 129 +++ > 3 files changed, 131 insertions(+) > create mode 1

[FFmpeg-devel] [PATCH] avformat: add DAT CCTV demuxer

2020-09-12 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavformat/Makefile | 1 + libavformat/allformats.c | 1 + libavformat/luodatdec.c | 129 +++ 3 files changed, 131 insertions(+) create mode 100644 libavformat/luodatdec.c diff --git a/libavformat/Makefile b/libavform