diff tta.c @ 4243:964903243e66 libavformat

remove ff_get_fourcc() and use AV_RL32() instead
author aurel
date Sat, 17 Jan 2009 12:21:01 +0000
parents 1d3d17de20ba
children 304a0ea063f0
line wrap: on
line diff
--- a/tta.c	Sat Jan 17 11:13:33 2009 +0000
+++ b/tta.c	Sat Jan 17 12:21:01 2009 +0000
@@ -41,7 +41,7 @@
     int i, channels, bps, samplerate, datalen, framelen;
     uint64_t framepos;
 
-    if (get_le32(s->pb) != ff_get_fourcc("TTA1"))
+    if (get_le32(s->pb) != AV_RL32("TTA1"))
         return -1; // not tta file
 
     url_fskip(s->pb, 2); // FIXME: flags