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

This commit is contained in:
Alexander Alekhin 2021-07-07 18:21:57 +00:00
commit 4788de784b

View File

@ -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)
{