diff nutdec.c @ 6247:a64b9fa63635 libavformat

bswap: change ME to NE in macro names Other parts of FFmpeg use NE (native endian) rather than ME (machine). This makes it consistent.
author mru
date Sat, 10 Jul 2010 22:09:01 +0000
parents 3b049f067bdd
children e630da0f5861
line wrap: on
line diff
--- a/nutdec.c	Fri Jul 09 12:14:33 2010 +0000
+++ b/nutdec.c	Sat Jul 10 22:09:01 2010 +0000
@@ -94,7 +94,7 @@
     int64_t size;
 //    start= url_ftell(bc) - 8;
 
-    startcode= be2me_64(startcode);
+    startcode= be2ne_64(startcode);
     startcode= ff_crc04C11DB7_update(0, (uint8_t*)&startcode, 8);
 
     init_checksum(bc, ff_crc04C11DB7_update, startcode);