[FFmpeg-devel] [PATCH 2/3] avformat/vivo: improve probing of some files

2020-02-19 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavformat/vivo.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libavformat/vivo.c b/libavformat/vivo.c index 7f30a3f031..2defda992b 100644 --- a/libavformat/vivo.c +++ b/libavformat/vivo.c @@ -59,9 +59,10 @@ static int vivo_probe(const

Re: [FFmpeg-devel] [PATCH 2/3] avformat/vivo: improve probing of some files

2018-04-04 Thread Michael Niedermayer
On Wed, Apr 04, 2018 at 10:40:39PM +0200, Paul B Mahol wrote: > On 4/4/18, Michael Niedermayer wrote: > > On Wed, Apr 04, 2018 at 04:09:36PM +0200, Paul B Mahol wrote: > >> Signed-off-by: Paul B Mahol > >> --- > >> libavformat/vivo.c | 5 +++-- > >> 1 file changed, 3 insertions(+), 2 deletions(-

Re: [FFmpeg-devel] [PATCH 2/3] avformat/vivo: improve probing of some files

2018-04-04 Thread Paul B Mahol
On 4/4/18, Michael Niedermayer wrote: > On Wed, Apr 04, 2018 at 04:09:36PM +0200, Paul B Mahol wrote: >> Signed-off-by: Paul B Mahol >> --- >> libavformat/vivo.c | 5 +++-- >> 1 file changed, 3 insertions(+), 2 deletions(-) >> >> diff --git a/libavformat/vivo.c b/libavformat/vivo.c >> index c9e9

Re: [FFmpeg-devel] [PATCH 2/3] avformat/vivo: improve probing of some files

2018-04-04 Thread Michael Niedermayer
On Wed, Apr 04, 2018 at 04:09:36PM +0200, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > libavformat/vivo.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/libavformat/vivo.c b/libavformat/vivo.c > index c9e9c37f37..6a88a09a01 100644 > --- a/libavformat/v

[FFmpeg-devel] [PATCH 2/3] avformat/vivo: improve probing of some files

2018-04-04 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavformat/vivo.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libavformat/vivo.c b/libavformat/vivo.c index c9e9c37f37..6a88a09a01 100644 --- a/libavformat/vivo.c +++ b/libavformat/vivo.c @@ -59,9 +59,10 @@ static int vivo_probe(AVProb