[vlc-devel] commit: Remove misleading comment ( Rémi Denis-Courmont )

git version control git at videolan.org
Wed Jul 23 20:59:28 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Wed Jul 23 22:01:00 2008 +0300| [56aefe318680e438e57c11ee330c4d1528019a38]

Remove misleading comment

Funky byte sexes are supported here.
However they are not supported by VLC_FOURCC.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=56aefe318680e438e57c11ee330c4d1528019a38
---

 include/vlc_common.h |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/include/vlc_common.h b/include/vlc_common.h
index cf504c6..1e7bbf1 100644
--- a/include/vlc_common.h
+++ b/include/vlc_common.h
@@ -621,9 +621,7 @@ VLC_EXPORT( char const *, vlc_error, ( int ) );
 #include <vlc_arrays.h>
 
 /* 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;




More information about the vlc-devel mailing list