mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-14 00:01:56 +00:00
FS-7515: tweak
This commit is contained in:
committed by
Michael Jerris
parent
df0108d12b
commit
4e29b1dbd5
@@ -661,8 +661,8 @@ static switch_status_t video_thread_callback(switch_core_session_t *session, swi
|
||||
}
|
||||
}
|
||||
|
||||
int w = context->rawImage->width;
|
||||
int h = context->rawImage->height;
|
||||
int w = frame->img->d_w;//context->rawImage->width;
|
||||
int h = frame->img->d_h;//context->rawImage->height;
|
||||
|
||||
if (context->debug || !context->overlay_count) {
|
||||
libyuv::RGB24ToI420((uint8_t *)context->rawImage->imageData, w * 3,
|
||||
|
||||
Reference in New Issue
Block a user