Re: [FFmpeg-devel] [PATCH] fix trac ticket #7359

2019-02-21 Thread Michael Niedermayer
On Wed, Oct 24, 2018 at 01:50:15PM +0100, Nick Ryan wrote: > Signed-off-by: Nick Ryan > --- > libavformat/hls.c | 6 -- > libavformat/mov.c | 36 +--- > 2 files changed, 37 insertions(+), 5 deletions(-) this is lacking a commit message that explains what

Re: [FFmpeg-devel] [PATCH] fix trac ticket #7359

2019-02-21 Thread Daniel Oberhoff
Bump, Is there any interest in applying this patch? The brokenness of -ss on hls/ts has caused and keeps on causing us lots of headaches... Best Daniel Oberhoff GameOn Technologies pEpkey.asc Description: application/pgp-keys ___ ffmpeg-devel

[FFmpeg-devel] [PATCH] fix trac ticket #7359

2018-10-24 Thread Nick Ryan
Signed-off-by: Nick Ryan --- libavformat/hls.c | 6 -- libavformat/mov.c | 36 +--- 2 files changed, 37 insertions(+), 5 deletions(-) diff --git a/libavformat/hls.c b/libavformat/hls.c index 8ad08baaed..99373d0f45 100644 --- a/libavformat/hls.c +++