Function ffmpeg_encoder_decoder::utils::filter_decoders
Defined in File utils.hpp
Function Documentation
-
std::string ffmpeg_encoder_decoder::utils::filter_decoders(const std::string &codec, const std::string &decoders)
filters a string with comma-separated decoders and
- Parameters:
codec – the codec / encoding to filter for
decoders – string with comma-separated list of decoder names
- Returns:
string with comma separated list of libav decoder names