mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +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) {
|
||||
switch_set_flag((*frame)->codec, SWITCH_CODEC_FLAG_VIDEO_PATCHING);
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user