Friendly ping for feedback on this patch.
Thank you in advance.
-Original Message-
From: ffmpeg-devel On Behalf Of Eric Juteau
Sent: Tuesday, May 17, 2022 3:09 PM
To: ffmpeg-devel@ffmpeg.org
Subject: [FFmpeg-devel] [PATCH] libavformat/avformat: Check codec whitelist
Modified the
Modified the function av_find_best_stream() such that, when a list of allowed
codecs is supplied in the format context, and when the caller is requesting a
decoder be returned, the function will select the best stream that has a
decoder in the allowed decoders list.
Signed-off-by: Eric Juteau