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

2019-11-02 Thread Michael Niedermayer
On Fri, Nov 01, 2019 at 01:58:59PM -0400, Andriy Gelman wrote: > Michael, > On Sat, 19. Oct 16:54, Michael Niedermayer wrote: > > On Thu, Oct 17, 2019 at 10:49:20AM -0400, Andriy Gelman wrote: > > > From: Andriy Gelman > > > > > > Allows user to set maximum number of buffered packets when > > > p

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

2019-11-01 Thread Andriy Gelman
Michael, On Sat, 19. Oct 16:54, Michael Niedermayer wrote: > On Thu, Oct 17, 2019 at 10:49:20AM -0400, Andriy Gelman wrote: > > From: Andriy Gelman > > > > Allows user to set maximum number of buffered packets when > > probing a codec. It was a hard-coded parameter before this commit. > > --- > >

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

2019-10-19 Thread Michael Niedermayer
On Thu, Oct 17, 2019 at 10:49:20AM -0400, Andriy Gelman wrote: > From: Andriy Gelman > > Allows user to set 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 v2] avformat: Add max_probe_packets option

2019-10-17 Thread Andriy Gelman
From: Andriy Gelman Allows user to set 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_table.h | 1