提交 1a2f0f83 authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-7517: doh

上级 65d07aa7
...@@ -246,7 +246,7 @@ static switch_status_t nalu_slice(h264_codec_context_t *context, switch_frame_t ...@@ -246,7 +246,7 @@ static switch_status_t nalu_slice(h264_codec_context_t *context, switch_frame_t
} }
//DFF The else branch here is not working. Whatever it's doing is creating corrupt picture. //DFF The else branch here is not working. Whatever it's doing is creating corrupt picture.
{//if (nalu_len <= SLICE_SIZE) { if (1||nalu_len <= SLICE_SIZE) {
uint8_t nalu_type; uint8_t nalu_type;
context->last_nalu_data_pos += 4; context->last_nalu_data_pos += 4;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论