未验证 提交 92653546 编写于 作者: K kikaxa 提交者: GitHub

fix videoio/src/container_avi.cpp VideoInputStream alignment

上级 9a9954a0
......@@ -124,6 +124,7 @@ struct RiffList
uint32_t m_size;
uint32_t m_list_type_cc;
};
#pragma pack(pop)
class VideoInputStream
{
......@@ -149,7 +150,6 @@ private:
String m_fname;
};
#pragma pack(pop)
inline VideoInputStream& operator >> (VideoInputStream& is, AviMainHeader& avih)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册