提交 e2928b8a authored 作者: Seven Du's avatar Seven Du

FS-9394 #resolve fix h263 leak

上级 ac2734e9
...@@ -693,7 +693,10 @@ static switch_status_t consume_h263_bitstream(h264_codec_context_t *context, swi ...@@ -693,7 +693,10 @@ static switch_status_t consume_h263_bitstream(h264_codec_context_t *context, swi
#endif #endif
} }
if (!context->nalus[context->nalu_current_index].len) frame->m = 1; if (!context->nalus[context->nalu_current_index].len) {
av_packet_unref(&context->encoder_avpacket);
frame->m = 1;
}
#if 0 #if 0
{ {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论