From ed51e2f75c4cf3f999ae4fe292d3653ef2d3fa52 Mon Sep 17 00:00:00 2001 From: Leon <8544842+leon14631@user.noreply.gitee.com> Date: Mon, 8 Aug 2022 10:02:13 +0000 Subject: [PATCH] update src/Extension/H265.h. --- src/Extension/H265.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Extension/H265.h b/src/Extension/H265.h index 59913c81..a1b24375 100644 --- a/src/Extension/H265.h +++ b/src/Extension/H265.h @@ -1,4 +1,4 @@ -/* +/* * Copyright (c) 2016 The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/xia-chu/ZLMediaKit). @@ -150,6 +150,7 @@ public: int getVideoWidth() const override; int getVideoHeight() const override; float getVideoFps() const override; + void flush() override; bool inputFrame(const Frame::Ptr &frame) override; private: