X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_common.h;h=1e7bbf16b622677f1cde6b7d65eede018a8b1594;hb=32b31e87d90967549e5cc8bef18d5aae7e3b98c6;hp=cf504c62633d7815171268922c1fb6fc400447e6;hpb=915f6a59a6b74d884a9ece2cd0d07f2a952cd834;p=vlc diff --git a/include/vlc_common.h b/include/vlc_common.h index cf504c6263..1e7bbf16b6 100644 --- a/include/vlc_common.h +++ b/include/vlc_common.h @@ -621,9 +621,7 @@ VLC_EXPORT( char const *, vlc_error, ( int ) ); #include /* MSB (big endian)/LSB (little endian) conversions - network order is always - * MSB, and should be used for both network communications and files. Note that - * byte orders other than little and big endians are not supported, but only - * the VAX seems to have such exotic properties. */ + * MSB, and should be used for both network communications and files. */ static inline uint16_t U16_AT( const void * _p ) { const uint8_t * p = (const uint8_t *)_p;