Recording: Fix possible encoder segfault

This commit is contained in:
Megamouse 2023-01-16 20:42:28 +01:00
parent 450a64b58b
commit 24445123fc

View File

@ -715,7 +715,7 @@ namespace utils
}
else
{
media_log.error("video_encoder: Could not find requested video_codec %d = %s", static_cast<int>(used_codec), encoder->name);
media_log.error("video_encoder: Could not find requested video_codec %d", static_cast<int>(used_codec));
}
// Fallback to some other codec