From: Pierre-Anthony Lemieux <pal@sandflow.com> To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org> Subject: Re: [FFmpeg-devel] [PATCH v15 1/2] avformat/imf: Demuxer Date: Fri, 7 Jan 2022 08:12:06 -0800 Message-ID: <CAF_7JxArGH6Zzrk49co1yJKT8Wz9nz3ReQDMvi8qtSpyHfn3Zg@mail.gmail.com> (raw) In-Reply-To: <CAPYw7P6M+imo5qbXXS9fCLML42WC-SaAvmuPXz_8CAvJHzACnQ@mail.gmail.com> On Fri, Jan 7, 2022 at 12:15 AM Paul B Mahol <onemda@gmail.com> wrote: > > On Fri, Dec 31, 2021 at 2:25 PM Zane van Iperen <zane@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-request@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-request@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-request@ffmpeg.org with subject "unsubscribe".
prev parent reply other threads:[~2022-01-07 16:12 UTC|newest] Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-12-27 0:47 pal 2021-12-27 0:47 ` [FFmpeg-devel] [PATCH v15 2/2] avformat/imf: Tests pal 2021-12-28 5:28 ` [FFmpeg-devel] [PATCH v15 1/2] avformat/imf: Demuxer Zane van Iperen 2021-12-31 9:40 ` Paul B Mahol 2021-12-31 10:39 ` Zane van Iperen 2021-12-31 11:19 ` Paul B Mahol 2021-12-31 13:25 ` Zane van Iperen 2021-12-31 13:33 ` Lynne 2022-01-07 8:15 ` Paul B Mahol 2022-01-07 16:12 ` Pierre-Anthony Lemieux [this message]
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=CAF_7JxArGH6Zzrk49co1yJKT8Wz9nz3ReQDMvi8qtSpyHfn3Zg@mail.gmail.com \ --to=pal@sandflow.com \ --cc=ffmpeg-devel@ffmpeg.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel This inbox may be cloned and mirrored by anyone: git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \ ffmpegdev@gitmailbox.com public-inbox-index ffmpegdev Example config snippet for mirrors. AGPL code for this site: git clone https://public-inbox.org/public-inbox.git