update src/Extension/H265.h.

This commit is contained in:
Leon 2022-08-08 10:02:13 +00:00 committed by Gitee
parent e1cb1e5501
commit ed51e2f75c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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: