Re: [FFmpeg-devel] [PATCH] avcodec/htmlsubtitles: drop an state

2017-06-18 Thread Michael Niedermayer
On Tue, Jun 13, 2017 at 04:30:42PM +0200, Clément Bœsch wrote: > On Tue, Jun 13, 2017 at 03:09:54PM +0200, Michael Niedermayer wrote: > [...] > > -Dialogue: 0,0:00:24.50,0:00:26.50,Default,,0,0,0,,{\an4}This text should > > be at the\Nmiddle and horizontally at the left\N(The second position must

Re: [FFmpeg-devel] [PATCH] avcodec/htmlsubtitles: drop an state

2017-06-13 Thread wm4
On Tue, 13 Jun 2017 16:30:42 +0200 Clément Bœsch wrote: > On Tue, Jun 13, 2017 at 03:09:54PM +0200, Michael Niedermayer wrote: > [...] > > -Dialogue: 0,0:00:24.50,0:00:26.50,Default,,0,0,0,,{\an4}This text should > > be at the\Nmiddle and horizontally at the left\N(The second

Re: [FFmpeg-devel] [PATCH] avcodec/htmlsubtitles: drop an state

2017-06-13 Thread Clément Bœsch
On Tue, Jun 13, 2017 at 03:09:54PM +0200, Michael Niedermayer wrote: [...] > -Dialogue: 0,0:00:24.50,0:00:26.50,Default,,0,0,0,,{\an4}This text should be > at the\Nmiddle and horizontally at the left\N(The second position must be > ignored) > +Dialogue:

Re: [FFmpeg-devel] [PATCH] avcodec/htmlsubtitles: drop an state

2017-06-13 Thread wm4
On Tue, 13 Jun 2017 15:09:54 +0200 Michael Niedermayer wrote: > Simplifies code but changes handling of multiple an tags > > Suggested-by: wm4 > Signed-off-by: Michael Niedermayer > --- > libavcodec/htmlsubtitles.c | 11 +-- >

[FFmpeg-devel] [PATCH] avcodec/htmlsubtitles: drop an state

2017-06-13 Thread Michael Niedermayer
Simplifies code but changes handling of multiple an tags Suggested-by: wm4 Signed-off-by: Michael Niedermayer --- libavcodec/htmlsubtitles.c | 11 +-- tests/ref/fate/sub-srt | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git