Update H264.h

This commit is contained in:
alexliyu7352 2022-04-10 23:38:42 +08:00 committed by GitHub
parent a0c1bc13cc
commit 08de795220
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
#endif //ZLMEDIAKIT_H264_H