diff libxvidff.c @ 8612:b20c590170cc libavcodec

remove ff_get_fourcc() and use AV_RL32() instead
author aurel
date Sat, 17 Jan 2009 12:21:01 +0000
parents a637db9f59b1
children e75610c5da69
line wrap: on
line diff
--- a/libxvidff.c	Sat Jan 17 11:13:33 2009 +0000
+++ b/libxvidff.c	Sat Jan 17 12:21:01 2009 +0000
@@ -335,7 +335,7 @@
         /* We are claiming to be Xvid */
         x->quicktime_format = 0;
         if(!avctx->codec_tag)
-            avctx->codec_tag = ff_get_fourcc("xvid");
+            avctx->codec_tag = AV_RL32("xvid");
     }
 
     /* Bframes */