[FFmpeg-devel] [PATCH 1/5] Add av_ prefix to bswap macros

Justin Ruggles justin.ruggles
Sat Jul 10 16:37:20 CEST 2010


Mans Rullgard wrote:

> -// be2me ... big-endian to machine-endian
> -// le2me ... little-endian to machine-endian
> +// be2ne ... big-endian to native-endian
> +// le2ne ... little-endian to native-endian

Any particular reason to change this from "machine" to "native"?  My
first thought was that "ne" might be confused with network byte order.

-Justin



More information about the ffmpeg-devel mailing list