修复265 rtmp/flv相关bug:#965

This commit is contained in:
ziyue 2021-07-08 17:09:42 +08:00
parent d62cdd81b8
commit 4fb4471647

View File

@ -157,8 +157,8 @@ void H265RtmpEncoder::inputFrame(const Frame::Ptr &frame) {
if (!_got_config_frame) { if (!_got_config_frame) {
_vps = string(data, len); _vps = string(data, len);
makeConfigPacket(); makeConfigPacket();
break;
} }
break;
} }
case H265Frame::NAL_AUD: case H265Frame::NAL_AUD:
case H265Frame::NAL_SEI_PREFIX: case H265Frame::NAL_SEI_PREFIX: