Re: [FFmpeg-devel] [PATCH 2/2] avformat/tty: add seeking support

2020-02-07 Thread Paul B Mahol
On 2/2/20, Andreas Rheinhardt wrote: > Paul B Mahol: >> Signed-off-by: Paul B Mahol >> --- >> libavformat/tty.c | 3 +++ >> 1 file changed, 3 insertions(+) >> >> diff --git a/libavformat/tty.c b/libavformat/tty.c >> index 61e9f3e95c..2065fc0a53 100644 >> --- a/libavformat/tty.c >> +++ b/libavfor

Re: [FFmpeg-devel] [PATCH 2/2] avformat/tty: add seeking support

2020-02-02 Thread Andreas Rheinhardt
Paul B Mahol: > Signed-off-by: Paul B Mahol > --- > libavformat/tty.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/libavformat/tty.c b/libavformat/tty.c > index 61e9f3e95c..2065fc0a53 100644 > --- a/libavformat/tty.c > +++ b/libavformat/tty.c > @@ -150,6 +150,8 @@ static int read_

[FFmpeg-devel] [PATCH 2/2] avformat/tty: add seeking support

2020-02-02 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavformat/tty.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libavformat/tty.c b/libavformat/tty.c index 61e9f3e95c..2065fc0a53 100644 --- a/libavformat/tty.c +++ b/libavformat/tty.c @@ -150,6 +150,8 @@ static int read_packet(AVFormatContext *avctx, AVP