[FFmpeg-devel] [PATCH] libavformat/mov.c: Added configuration flag to skip cover art atom while opening mov parser

Malviya, Janpriya Janpriya_Malviya at bose.com
Tue Apr 26 06:06:35 EEST 2022


Hi Hendrik,

Thank you for your feedback.
We will not merge it into master, maintain this patch on our side.

Regards
Janpriya

From: Hendrik Leppkes<mailto:h.leppkes at gmail.com>
Sent: 23 April 2022 02:36 PM
To: FFmpeg development discussions and patches<mailto:ffmpeg-devel at ffmpeg.org>
Subject: Re: [FFmpeg-devel] [PATCH] libavformat/mov.c: Added configuration flag to skip cover art atom while opening mov parser

On Fri, Apr 22, 2022 at 4:30 PM Malviya, Janpriya
<Janpriya_Malviya at 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 at ffmpeg.org
https://urldefense.com/v3/__https://ffmpeg.org/mailman/listinfo/ffmpeg-devel__;!!I6pijIezNA!1yC7ZIMlMQc1s4je3aXXpcvFtzUbTATAg7GUrZcQjrPlJctsKBvQmJp9Ct517a6cWWrCmaeSFObq9RzZv3XGlIg$<https://urldefense.com/v3/__https:/ffmpeg.org/mailman/listinfo/ffmpeg-devel__;!!I6pijIezNA!1yC7ZIMlMQc1s4je3aXXpcvFtzUbTATAg7GUrZcQjrPlJctsKBvQmJp9Ct517a6cWWrCmaeSFObq9RzZv3XGlIg$>

To unsubscribe, visit link above, or email
ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".



More information about the ffmpeg-devel mailing list