diff --git a/source/plugin.cpp b/source/plugin.cpp index 5f6b0cc..4ca598d 100644 --- a/source/plugin.cpp +++ b/source/plugin.cpp @@ -106,8 +106,8 @@ try { if (!av_codec_is_encoder(cdc)) continue; - if ((cdc->type == AVMediaType::AVMEDIA_TYPE_AUDIO) - || (cdc->type == AVMediaType::AVMEDIA_TYPE_VIDEO)) { + if (/*(cdc->type == AVMediaType::AVMEDIA_TYPE_AUDIO) + || */(cdc->type == AVMediaType::AVMEDIA_TYPE_VIDEO)) { auto ptr = std::make_shared(cdc); ptr->register_encoder(); generic_factories.emplace(cdc, ptr);