mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 05:02:10 +00:00
FS-9991: [mod_av] Transcoding from H264 to VP8 does not work #resolve
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user