Re: [FFmpeg-devel] [PATCH v2 5/6] avformat/srtdec: speed up probing

2014-09-05 Thread Clément Bœsch
On Thu, Sep 04, 2014 at 10:40:26PM +0200, wm4 wrote: > --- > As suggested by ubitux. Note that the change to ff_subtitles_read_line() > already cuts down the probing time a lot, so maybe this is not needed. > --- > libavformat/srtdec.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/liba

[FFmpeg-devel] [PATCH v2 5/6] avformat/srtdec: speed up probing

2014-09-04 Thread wm4
--- As suggested by ubitux. Note that the change to ff_subtitles_read_line() already cuts down the probing time a lot, so maybe this is not needed. --- libavformat/srtdec.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/srtdec.c b/libavformat/srtdec.c index b63d344..f5f3933 100644