Commit 4860e26f authored by Francois Cartegnie's avatar Francois Cartegnie Committed by Jean-Baptiste Kempf

demux: avi: remove packed attribute from vids (fix #11965)

(cherry picked from commit cd4e7fa8269485be37ee8aaa2f3d3da0e017970c)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 7058b549
......@@ -122,7 +122,7 @@ typedef struct avi_chunk_strf_auds_s
WAVEFORMATEX *p_wf;
} avi_chunk_strf_auds_t;
typedef struct ATTR_PACKED avi_chunk_strf_vids_s
typedef struct avi_chunk_strf_vids_s
{
AVI_CHUNK_COMMON
int i_cat;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment