[mythtv-commits] mythtv commit: r13796 by awithers

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Mon Jul 2 01:34:54 UTC 2007


      Author: awithers
        Date: 2007-07-02 01:34:54 +0000 (Mon, 02 Jul 2007)
New Revision: 13796
   Changeset: http://cvs.mythtv.org/trac/changeset/13796

Modified:

   trunk/mythtv/libs/libavcodec/ac3dec.c

Log:

References #3634

Force float array to align(16) for call to ff_imdct_calc_sse.
The ff_imdct_calc_sse function uses movaps which will cause a GPF
on unaligned data.

Another solution would be to have ff_imdct_calc_sse use movups. I'm
only using the align fix as assuming correct alignment seems to be
common elsewhere in there.

There may be problems with align for some versions of gcc.





More information about the mythtv-commits mailing list