mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-12-29 03:24:36 +00:00
Recording: Fix possible encoder segfault
This commit is contained in:
parent
450a64b58b
commit
24445123fc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user