diff rv10.c @ 4364:05e932ddaaa9 libavcodec

rename BE/LE_8/16/32 to AV_RL/B_8/16/32
author alex
date Fri, 19 Jan 2007 22:12:59 +0000
parents c8c591fe26f8
children cd5964d440e8
line wrap: on
line diff
--- a/rv10.c	Fri Jan 19 12:41:56 2007 +0000
+++ b/rv10.c	Fri Jan 19 22:12:59 2007 +0000
@@ -535,7 +535,7 @@
     s->height = avctx->height;
 
     s->h263_long_vectors= ((uint8_t*)avctx->extradata)[3] & 1;
-    avctx->sub_id= BE_32((uint8_t*)avctx->extradata + 4);
+    avctx->sub_id= AV_RB32((uint8_t*)avctx->extradata + 4);
 
     switch(avctx->sub_id){
     case 0x10000000: