On Fri, Jan 7, 2022 at 12:15 AM Paul B Mahol <one...@gmail.com> wrote: > > On Fri, Dec 31, 2021 at 2:25 PM Zane van Iperen <z...@zanevaniperen.com> > wrote: > > > > > > > On 31/12/21 21:19, Paul B Mahol wrote: > > > ++i instead of i++ > > > > > > > You're right, I missed that. I'll submit a patch. > > > > Still not posted/fixed. > > This whole sorry situation makes me very sad.
How should struct members be aligned? typedef struct FFIMFBaseResource { AVRational edit_rate; /**< BaseResourceType/EditRate */ uint32_t entry_point; /**< BaseResourceType/EntryPoint */ or typedef struct FFIMFBaseResource { AVRational edit_rate; /**< BaseResourceType/EditRate */ uint32_t entry_point; /**< BaseResourceType/EntryPoint */ > > _______________________________________________ > > ffmpeg-devel mailing list > > ffmpeg-devel@ffmpeg.org > > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > > > To unsubscribe, visit link above, or email > > ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe". > > > _______________________________________________ > ffmpeg-devel mailing list > ffmpeg-devel@ffmpeg.org > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > To unsubscribe, visit link above, or email > ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe". _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".