Re: [FFmpeg-devel] [PATCH] libavformat/utils: Check codec whitelist

2022-03-01 Thread Eric Juteau
Friendly ping for feedback on the patch below. Thank you. -Original Message- From: ffmpeg-devel On Behalf Of Eric Juteau Sent: Thursday, January 27, 2022 9:06 AM To: ffmpeg-devel@ffmpeg.org Subject: [FFmpeg-devel] [PATCH] libavformat/utils: Check codec whitelist Modified the function

[FFmpeg-devel] [PATCH] libavformat/utils: Check codec whitelist

2022-01-27 Thread Eric Juteau
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 ---