[FFmpeg-devel] [PATCH v15 1/2] avformat/imf: Demuxer

Pierre-Anthony Lemieux pal at sandflow.com
Fri Jan 7 18:12:06 EET 2022


On Fri, Jan 7, 2022 at 12:15 AM Paul B Mahol <onemda at gmail.com> wrote:
>
> On Fri, Dec 31, 2021 at 2:25 PM Zane van Iperen <zane at 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 at ffmpeg.org
> > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
> >
> > To unsubscribe, visit link above, or email
> > ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".
> >
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".


More information about the ffmpeg-devel mailing list