diff vc1.c @ 6001:f4859c13426b libavcodec

add ff_ prefix to all simple_idct symbols
author aurel
date Sat, 08 Dec 2007 21:21:11 +0000
parents 17883162bd18
children 2c4164b26d53
line wrap: on
line diff
--- a/vc1.c	Sat Dec 08 11:46:09 2007 +0000
+++ b/vc1.c	Sat Dec 08 21:21:11 2007 +0000
@@ -813,10 +813,10 @@
     v->res_fasttx = get_bits1(gb);
     if (!v->res_fasttx)
     {
-        v->s.dsp.vc1_inv_trans_8x8 = simple_idct;
-        v->s.dsp.vc1_inv_trans_8x4 = simple_idct84_add;
-        v->s.dsp.vc1_inv_trans_4x8 = simple_idct48_add;
-//        v->s.dsp.vc1_inv_trans_4x4 = simple_idct44_add;
+        v->s.dsp.vc1_inv_trans_8x8 = ff_simple_idct;
+        v->s.dsp.vc1_inv_trans_8x4 = ff_simple_idct84_add;
+        v->s.dsp.vc1_inv_trans_4x8 = ff_simple_idct48_add;
+//        v->s.dsp.vc1_inv_trans_4x4 = ff_simple_idct44_add;
     }
 
     v->fastuvmc =  get_bits1(gb); //common