Re: [FFmpeg-devel] [PATCH] avformat/utils: do not fallback to av1dec for probing

2020-10-06 Thread Timo Rothenpieler
Made obsolete via 214998c55ff99586b57c1ccd34a7e6f15c4fcdb8 ___ 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 "un

Re: [FFmpeg-devel] [PATCH] avformat/utils: do not fallback to av1dec for probing

2020-10-06 Thread Timo Rothenpieler
On 06.10.2020 15:38, Nicolas George wrote: Timo Rothenpieler (12020-10-06): --- libavformat/utils.c | 4 1 file changed, 4 insertions(+) diff --git a/libavformat/utils.c b/libavformat/utils.c index a2e701ea1a..871e655e13 100644 --- a/libavformat/utils.c +++ b/libavformat/utils.c @@ -222

Re: [FFmpeg-devel] [PATCH] avformat/utils: do not fallback to av1dec for probing

2020-10-06 Thread Nicolas George
Timo Rothenpieler (12020-10-06): > --- > libavformat/utils.c | 4 > 1 file changed, 4 insertions(+) > > diff --git a/libavformat/utils.c b/libavformat/utils.c > index a2e701ea1a..871e655e13 100644 > --- a/libavformat/utils.c > +++ b/libavformat/utils.c > @@ -222,6 +222,10 @@ static const AVC

[FFmpeg-devel] [PATCH] avformat/utils: do not fallback to av1dec for probing

2020-10-06 Thread Timo Rothenpieler
--- libavformat/utils.c | 4 1 file changed, 4 insertions(+) diff --git a/libavformat/utils.c b/libavformat/utils.c index a2e701ea1a..871e655e13 100644 --- a/libavformat/utils.c +++ b/libavformat/utils.c @@ -222,6 +222,10 @@ static const AVCodec *find_probe_decoder(AVFormatContext *s, const