From addf90b88a232cec9c7382f3aa5402d6510f5bd3 Mon Sep 17 00:00:00 2001 From: xiongziliang <771730766@qq.com> Date: Wed, 31 Oct 2018 09:07:01 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AD=89=E5=BE=85vps=E5=B8=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Extension/H265.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Extension/H265.h b/src/Extension/H265.h index 6533c1d9..cdd78555 100644 --- a/src/Extension/H265.h +++ b/src/Extension/H265.h @@ -229,7 +229,7 @@ public: } bool ready() override { - return !_sps.empty() && !_pps.empty(); + return !_vps.empty() && !_sps.empty() && !_pps.empty(); }