Re: [FFmpeg-devel] [PATCH] avformat: add Scenarist Closed Captions demuxer

2017-01-24 Thread Carl Eugen Hoyos
2017-01-24 18:43 GMT+01:00 Paul B Mahol : > +++ b/libavformat/sccdec.c > @@ -0,0 +1,166 @@ > +/* > + * SCC subtitle demuxer Please mention ticket #4767 in the commit message. Thank you, Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org h

Re: [FFmpeg-devel] [PATCH] avformat: add Scenarist Closed Captions demuxer

2017-01-24 Thread Clément Bœsch
On Tue, Jan 24, 2017 at 06:43:31PM +0100, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > libavformat/Makefile | 1 + > libavformat/allformats.c | 1 + > libavformat/sccdec.c | 166 > +++ > 3 files changed, 168 insertions(+) > cr

[FFmpeg-devel] [PATCH] avformat: add Scenarist Closed Captions demuxer

2017-01-24 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavformat/Makefile | 1 + libavformat/allformats.c | 1 + libavformat/sccdec.c | 166 +++ 3 files changed, 168 insertions(+) create mode 100644 libavformat/sccdec.c diff --git a/libavformat/Makefile b/liba