Re: [FFmpeg-devel] [PATCH] avformat/flic: add support for seeking to start

2020-09-13 Thread Paul B Mahol
On Thu, Sep 10, 2020 at 01:59:21PM +0200, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > libavformat/flic.c | 38 +++--- > 1 file changed, 35 insertions(+), 3 deletions(-) > will apply ___ ffmpeg-devel mailin

[FFmpeg-devel] [PATCH] avformat/flic: add support for seeking to start

2020-09-10 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavformat/flic.c | 38 +++--- 1 file changed, 35 insertions(+), 3 deletions(-) diff --git a/libavformat/flic.c b/libavformat/flic.c index e65c15..4552bff69c 100644 --- a/libavformat/flic.c +++ b/libavformat/flic.c @@ -202,6 +2