Re: [FFmpeg-devel] [PATCH 1/2] avformat hls fix to seek logic

2021-08-25 Thread Paul B Mahol
lgtm ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-devel] [PATCH 1/2] avformat hls fix to seek logic

2020-04-24 Thread vectronic
ensure a keyframe is returned if AVSEEK_FLAG_ANY is not specified Signed-off-by: vectronic --- libavformat/hls.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/libavformat/hls.c b/libavformat/hls.c index fc45719d1c..4e59142c99 100644 --- a/libavformat/hls.c +++ b/lib