On Mon, Jan 07, 2019 at 12:42:24PM +0100, Carl Eugen Hoyos wrote:
> 2019-01-07 12:40 GMT+01:00, Peter Ross :
> > macros for reading and writing 64-bit aligned little-endian values.
> >
> > these macros are used by the DST decoder and give a performance boost
> > on big-endian platforms that where t
2019-01-07 12:40 GMT+01:00, Peter Ross :
> macros for reading and writing 64-bit aligned little-endian values.
>
> these macros are used by the DST decoder and give a performance boost
> on big-endian platforms that where the compiler must normally guard
> against unaligned memory access.
I though
macros for reading and writing 64-bit aligned little-endian values.
these macros are used by the DST decoder and give a performance boost
on big-endian platforms that where the compiler must normally guard
against unaligned memory access.
---
libavutil/intreadwrite.h | 15 +++
1 file