From ba7251f345ef482118d0e84f3d98633e07422cdf Mon Sep 17 00:00:00 2001 From: xiongziliang <771730766@qq.com> Date: Sat, 7 Nov 2020 17:45:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=81=B6=E5=B0=94=E8=8E=B7?= =?UTF-8?q?=E5=8F=96H265=E5=AE=BD=E9=AB=98=E5=A4=B1=E8=B4=A5=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Extension/H265.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Extension/H265.h b/src/Extension/H265.h index eee14de2..4fc3d82e 100644 --- a/src/Extension/H265.h +++ b/src/Extension/H265.h @@ -247,6 +247,9 @@ private: } break; } + if (_width == 0 && ready()) { + onReady(); + } } /**