Re: [FFmpeg-devel] [PATCH 2/2] avformat: add DC STR demuxer
On Wed, Oct 28, 2015 at 10:12:03PM +0100, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > libavformat/Makefile | 1 + > libavformat/allformats.c | 1 + > libavformat/dcstr.c | 79 > > 3 files changed, 81 insertions(+) > creat
[FFmpeg-devel] [PATCH 2/2] avformat: add DC STR demuxer
Signed-off-by: Paul B Mahol --- libavformat/Makefile | 1 + libavformat/allformats.c | 1 + libavformat/dcstr.c | 79 3 files changed, 81 insertions(+) create mode 100644 libavformat/dcstr.c diff --git a/libavformat/Makefile b/libavfor