提交 3823bcd0 authored 作者: Brian West's avatar Brian West

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

上级 6049a721
......@@ -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 {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论