提交 4788de78 编写于 作者: A Alexander Alekhin

Merge pull request #20373 from kikaxa:mjpeg-VideoInputStream-alignment-fix

......@@ -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.
先完成此消息的编辑!
想要评论请 注册