MediaCapture: Log video size

pull/3300/head
Stenzek 1 year ago
parent 47a3cd44f3
commit af777c16ff
No known key found for this signature in database

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

Loading…
Cancel
Save