[FFmpeg-devel] [PATCH] avcodec/x86/mpegvideoenc: remove av_assert2() for variable alignment
Ramiro Polla
ramiro.polla at gmail.com
Tue Sep 3 18:07:59 EEST 2024
On Wed, Aug 28, 2024 at 2:12 PM Ramiro Polla <ramiro.polla at gmail.com> wrote:
> On Thu, Aug 22, 2024 at 3:05 AM Ramiro Polla <ramiro.polla at gmail.com> wrote:
> > It's safe to assume that LOCAL_ALIGNED_16 does indeed align. Otherwise
> > we would have many more problems...
> >
> > This assert was added in f8188626 all the way back in 2003.
> > ---
> > libavcodec/x86/mpegvideoenc_template.c | 2 --
> > 1 file changed, 2 deletions(-)
>
> I'll apply in a couple of days if there are no objections.
The patch I had sent was from another branch and thus didn't apply
cleanly, but it was a small change so I pushed it.
More information about the ffmpeg-devel
mailing list