FS-9991: [mod_av] Transcoding from H264 to VP8 does not work #resolve
This commit is contained in:
parent
6049a72121
commit
3823bcd08d
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue