mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-01 11:10:24 +00:00
FS-9355
This commit is contained in:
parent
0c730d208d
commit
4002bda23d
@ -13398,7 +13398,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_session_read_video_frame(switch_core
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((*frame)->codec) {
|
if ((*frame) && (*frame)->codec) {
|
||||||
if (patchers) {
|
if (patchers) {
|
||||||
switch_set_flag((*frame)->codec, SWITCH_CODEC_FLAG_VIDEO_PATCHING);
|
switch_set_flag((*frame)->codec, SWITCH_CODEC_FLAG_VIDEO_PATCHING);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user