Re: [FFmpeg-devel] [PATCH v2] mpegts: demux BluRay text subtitles

2015-09-01 Thread Michael Niedermayer
On Tue, Sep 01, 2015 at 11:41:03AM +, Paul B Mahol wrote: > On 9/1/15, Petri Hintukainen wrote: > > On ti, 2015-09-01 at 09:06 +, Paul B Mahol wrote: > >> On 9/1/15, Petri Hintukainen wrote: > >> > --- > >> > libavcodec/avcodec.h| 1 + > >> > libavcodec/codec_desc.c | 7 +++ > >>

Re: [FFmpeg-devel] [PATCH v2] mpegts: demux BluRay text subtitles

2015-09-01 Thread Paul B Mahol
On 9/1/15, Petri Hintukainen wrote: > On ti, 2015-09-01 at 09:06 +, Paul B Mahol wrote: >> On 9/1/15, Petri Hintukainen wrote: >> > --- >> > libavcodec/avcodec.h| 1 + >> > libavcodec/codec_desc.c | 7 +++ >> > libavformat/mpegts.c| 1 + >> > 3 files changed, 9 insertions(+) >> >

Re: [FFmpeg-devel] [PATCH v2] mpegts: demux BluRay text subtitles

2015-09-01 Thread Petri Hintukainen
On ti, 2015-09-01 at 09:06 +, Paul B Mahol wrote: > On 9/1/15, Petri Hintukainen wrote: > > --- > > libavcodec/avcodec.h| 1 + > > libavcodec/codec_desc.c | 7 +++ > > libavformat/mpegts.c| 1 + > > 3 files changed, 9 insertions(+) > > > > diff --git a/libavcodec/avcodec.h b/libav

Re: [FFmpeg-devel] [PATCH v2] mpegts: demux BluRay text subtitles

2015-09-01 Thread Paul B Mahol
On 9/1/15, Petri Hintukainen wrote: > --- > libavcodec/avcodec.h| 1 + > libavcodec/codec_desc.c | 7 +++ > libavformat/mpegts.c| 1 + > 3 files changed, 9 insertions(+) > > diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h > index 12a6b54..9d38b59 100644 > --- a/libavcodec/avc

[FFmpeg-devel] [PATCH v2] mpegts: demux BluRay text subtitles

2015-09-01 Thread Petri Hintukainen
--- libavcodec/avcodec.h| 1 + libavcodec/codec_desc.c | 7 +++ libavformat/mpegts.c| 1 + 3 files changed, 9 insertions(+) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 12a6b54..9d38b59 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -530,6 +530,7 @@