Re: [FFmpeg-devel] [PATCH 4/5] avformat: add derf demuxer

2020-03-15 Thread Paul B Mahol
On 3/15/20, Andreas Rheinhardt wrote: > Paul B Mahol: >> Signed-off-by: Paul B Mahol >> --- >> libavformat/Makefile | 1 + >> libavformat/allformats.c | 1 + >> libavformat/derf.c | 79 >> 3 files changed, 81 insertions(+) >> create mode 1006

Re: [FFmpeg-devel] [PATCH 4/5] avformat: add derf demuxer

2020-03-15 Thread Andreas Rheinhardt
Paul B Mahol: > Signed-off-by: Paul B Mahol > --- > libavformat/Makefile | 1 + > libavformat/allformats.c | 1 + > libavformat/derf.c | 79 > 3 files changed, 81 insertions(+) > create mode 100644 libavformat/derf.c > > diff --git a/libavfor

[FFmpeg-devel] [PATCH 4/5] avformat: add derf demuxer

2020-03-15 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavformat/Makefile | 1 + libavformat/allformats.c | 1 + libavformat/derf.c | 79 3 files changed, 81 insertions(+) create mode 100644 libavformat/derf.c diff --git a/libavformat/Makefile b/libavformat/Makef