Recording: Fix possible encoder segfault
This commit is contained in:
@@ -715,7 +715,7 @@ namespace utils
|
|||||||
}
|
}
|
||||||
else
|
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
|
// Fallback to some other codec
|
||||||
|
|||||||
Reference in New Issue
Block a user