diff svq3.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 23da44e8fd05
children e0c94f1b8f55
line wrap: on
line diff
--- a/svq3.c	Fri Jan 19 12:41:56 2007 +0000
+++ b/svq3.c	Fri Jan 19 22:12:59 2007 +0000
@@ -830,7 +830,7 @@
 
       GetBitContext gb;
 
-      size = BE_32(&extradata[4]);
+      size = AV_RB32(&extradata[4]);
       init_get_bits (&gb, extradata + 8, size*8);
 
       /* 'frame size code' and optional 'width, height' */