Re: [FFmpeg-devel] [PATCH v2] ffprobe: Allow unknown format private AVOptions

2020-07-01 Thread Derek Buitenhuis
On 30/06/2020 21:48, Marton Balint wrote: > This only logs the first skipped option. I think it is best if you > iterate through all of them. Done. v3 sent. - Derek ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listin

Re: [FFmpeg-devel] [PATCH v2] ffprobe: Allow unknown format private AVOptions

2020-06-30 Thread Marton Balint
On Sun, 28 Jun 2020, Derek Buitenhuis wrote: This useful, because by ffprobe's very nature, you use it to probe a file and find out what it is. Requiring every format private option to be known to the demuxer forces one to run ffprobe twice, if one wants to use ffprobe in a generic way. For e

Re: [FFmpeg-devel] [PATCH v2] ffprobe: Allow unknown format private AVOptions

2020-06-30 Thread Derek Buitenhuis
On 28/06/2020 21:58, Derek Buitenhuis wrote: > This useful, because by ffprobe's very nature, you use it to probe > a file and find out what it is. Requiring every format private option > to be known to the demuxer forces one to run ffprobe twice, if one > wants to use ffprobe in a generic way. >

[FFmpeg-devel] [PATCH v2] ffprobe: Allow unknown format private AVOptions

2020-06-28 Thread Derek Buitenhuis
This useful, because by ffprobe's very nature, you use it to probe a file and find out what it is. Requiring every format private option to be known to the demuxer forces one to run ffprobe twice, if one wants to use ffprobe in a generic way. For example, say one wants to probe all user-uploaded f