This commit is contained in:
Anthony Minessale 2016-09-28 17:07:19 -05:00
parent 0c730d208d
commit 4002bda23d
1 changed files with 1 additions and 1 deletions

View File

@ -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 {