Re: [FFmpeg-devel] [PATCH 2/2] avformat: add vag demuxer
On Tue, Oct 13, 2015 at 03:07:36PM +0200, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > libavformat/Makefile | 1 + > libavformat/allformats.c | 1 + > libavformat/vag.c| 78 > > 3 files changed, 80 insertions(+) > creat
[FFmpeg-devel] [PATCH 2/2] avformat: add vag demuxer
Signed-off-by: Paul B Mahol --- libavformat/Makefile | 1 + libavformat/allformats.c | 1 + libavformat/vag.c| 78 3 files changed, 80 insertions(+) create mode 100644 libavformat/vag.c diff --git a/libavformat/Makefile b/libavforma