On Fri, Apr 22, 2022 at 4:30 PM Malviya, Janpriya <janpriya_malv...@bose.com> wrote: > > Hi Derek, > > We require to add this configuration for the following reasons : > - We have our own pipeline mechanism to download & fetch audio data from > source. > - We are using ffmpeg with custom IO callbacks for parsing & decoding > fragmentedMP4 streams. > - Inside the custom IO read operation we are asking to download data from > upstream elements. > - If any stream contains a cover page ( e.g. image file ) then the custom io > read call-back issues a read request with large buffer size ( which is > obvious ) . On the other side , our source downloader is unable to handle a > data request of that size because of buffer constraints. > - To integrate FFmpeg with our architecture , we added this flag to issue > skip for cover page from parsing > > Let me know what you think.
This sounds like you are solving a very specific problem in your environment, coming from your software stack and setup, in a generic library. I fail to see the use for anyone else. - Hendrik _______________________________________________ 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 "unsubscribe".