Re: [FFmpeg-devel] [PATCH 3/3] avformat/assdec: do not drop duplicate subtitles

2015-09-20 Thread wm4
On Sun, 20 Sep 2015 22:59:56 +0200 Clément Bœsch wrote: > On Sun, Sep 20, 2015 at 04:12:38PM +0200, wm4 wrote: > > Duplicates are perfectly legitimate with this format. > > --- > > libavformat/assdec.c | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/libavformat/assdec.c b/libav

Re: [FFmpeg-devel] [PATCH 3/3] avformat/assdec: do not drop duplicate subtitles

2015-09-20 Thread Clément Bœsch
On Sun, Sep 20, 2015 at 04:12:38PM +0200, wm4 wrote: > Duplicates are perfectly legitimate with this format. > --- > libavformat/assdec.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/libavformat/assdec.c b/libavformat/assdec.c > index 5423c03..a9a2efa 100644 > --- a/libavformat/assd

[FFmpeg-devel] [PATCH 3/3] avformat/assdec: do not drop duplicate subtitles

2015-09-20 Thread wm4
Duplicates are perfectly legitimate with this format. --- libavformat/assdec.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavformat/assdec.c b/libavformat/assdec.c index 5423c03..a9a2efa 100644 --- a/libavformat/assdec.c +++ b/libavformat/assdec.c @@ -125,6 +125,8 @@ static int ass_re