encoder: Rename all encoders to fix name collisions

This is a breaking change that will make all previous configuration no longer work.
This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2019-11-04 15:02:13 +01:00
parent 18024aaf12
commit a0b667c26f
+1 -1
View File
@@ -322,7 +322,7 @@ obsffmpeg::encoder_factory::encoder_factory(const AVCodec* codec) : avcodec_ptr(
_handler = obsffmpeg::find_codec_handler(avcodec_ptr->name);
// Unique Id is FFmpeg name.
info.uid = avcodec_ptr->name;
info.uid = std::string("obs-ffmpeg-encoder_") + avcodec_ptr->name;
// Also generate a human readable name while we're at it.
{