From 4fb44716474981ebb2a587b5c094a943b9ef8f47 Mon Sep 17 00:00:00 2001 From: ziyue <1213642868@qq.com> Date: Thu, 8 Jul 2021 17:09:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D265=20rtmp/flv=E7=9B=B8?= =?UTF-8?q?=E5=85=B3bug:#965?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Extension/H265Rtmp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Extension/H265Rtmp.cpp b/src/Extension/H265Rtmp.cpp index 4d5c7e61..1dedd0ae 100644 --- a/src/Extension/H265Rtmp.cpp +++ b/src/Extension/H265Rtmp.cpp @@ -157,8 +157,8 @@ void H265RtmpEncoder::inputFrame(const Frame::Ptr &frame) { if (!_got_config_frame) { _vps = string(data, len); makeConfigPacket(); - break; } + break; } case H265Frame::NAL_AUD: case H265Frame::NAL_SEI_PREFIX: