From 08de7952201eb15e234785fdcc241f46e62f63c7 Mon Sep 17 00:00:00 2001 From: alexliyu7352 Date: Sun, 10 Apr 2022 23:38:42 +0800 Subject: [PATCH] Update H264.h --- src/Extension/H264.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Extension/H264.h b/src/Extension/H264.h index 6065aad0..4f7a3e90 100644 --- a/src/Extension/H264.h +++ b/src/Extension/H264.h @@ -138,7 +138,7 @@ private: void insertConfigFrame(const Frame::Ptr &frame); private: - bool _insert_config_frame = false; + bool _latest_is_config_frame = false; int _width = 0; int _height = 0; float _fps = 0; @@ -147,4 +147,4 @@ private: }; }//namespace mediakit -#endif //ZLMEDIAKIT_H264_H \ No newline at end of file +#endif //ZLMEDIAKIT_H264_H