1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

fix videoio/src/container_avi.cpp VideoInputStream alignment

This commit is contained in:
kikaxa
2021-07-07 18:31:53 +03:00
committed by GitHub
parent 9a9954a036
commit 926535469d
+1 -1
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)
{