MediaCapture: Log video size

This commit is contained in:
Stenzek 2024-09-07 20:19:07 +10:00
parent 66c9df342a
commit 62497c66f6
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -218,8 +218,8 @@ bool MediaCaptureBase::BeginCapture(float fps, float aspect, u32 width, u32 heig
INFO_LOG("Initializing capture:");
if (capture_video)
{
INFO_LOG(" Video: FPS={}, Aspect={}, Codec={}, Bitrate={}, Args={}", fps, aspect, video_codec, video_bitrate,
video_codec_args);
INFO_LOG(" Video: {}x{} FPS={}, Aspect={}, Codec={}, Bitrate={}, Args={}", width, height, fps, aspect, video_codec,
video_bitrate, video_codec_args);
}
if (capture_audio)
{