From e1cb1e5501168c61e0157e508487368e48849355 Mon Sep 17 00:00:00 2001 From: Leon <8544842+leon14631@user.noreply.gitee.com> Date: Mon, 8 Aug 2022 10:01:31 +0000 Subject: [PATCH] update src/Extension/H264.h. --- src/Extension/H264.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Extension/H264.h b/src/Extension/H264.h index 4f7a3e90..3a202b54 100644 --- a/src/Extension/H264.h +++ b/src/Extension/H264.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). @@ -128,6 +128,7 @@ public: int getVideoHeight() const override; int getVideoWidth() const override; float getVideoFps() const override; + void flush() override; bool inputFrame(const Frame::Ptr &frame) override; private: