FS-9991: [mod_av] Transcoding from H264 to VP8 does not work #resolve

This commit is contained in:
Brian West 2017-02-13 08:06:52 -06:00
parent 6049a72121
commit 3823bcd08d
1 changed files with 2 additions and 0 deletions

View File

@ -13936,6 +13936,8 @@ SWITCH_DECLARE(switch_status_t) switch_core_session_read_video_frame(switch_core
}
if ((*frame) && (*frame)->codec) {
(*frame)->pmap = NULL;
if (patchers) {
switch_set_flag((*frame)->codec, SWITCH_CODEC_FLAG_VIDEO_PATCHING);
} else {