Re: [FFmpeg-devel] [PATCH 2/2] avformat: add HCOM demuxer
On 1/2/2019 3:53 PM, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > libavformat/Makefile | 1 + > libavformat/allformats.c | 1 + > libavformat/hcom.c | 89 > 3 files changed, 91 insertions(+) > create mode 100644 libavformat/hcom.c
[FFmpeg-devel] [PATCH 2/2] avformat: add HCOM demuxer
Signed-off-by: Paul B Mahol --- libavformat/Makefile | 1 + libavformat/allformats.c | 1 + libavformat/hcom.c | 89 3 files changed, 91 insertions(+) create mode 100644 libavformat/hcom.c diff --git a/libavformat/Makefile b/libavformat/Makef