Re: [FFmpeg-devel] [PATCH] avformat: Add max_probe_packets option

2019-10-02 Thread Andriy Gelman
On Fri, 27. Sep 16:26, Andriy Gelman wrote: > From: Andriy Gelman > > This allows the user to set a maximum number of buffered packets when > probing a codec. It was a hard-coded parameter before this commit. > --- > doc/formats.texi| 4 > libavformat/avformat.h | 7 +++

[FFmpeg-devel] [PATCH] avformat: Add max_probe_packets option

2019-09-27 Thread Andriy Gelman
From: Andriy Gelman This allows the user to set a maximum number of buffered packets when probing a codec. It was a hard-coded parameter before this commit. --- doc/formats.texi| 4 libavformat/avformat.h | 7 +++ libavformat/internal.h | 2 -- libavformat/options_