diff dv.c @ 6001:f4859c13426b libavcodec

add ff_ prefix to all simple_idct symbols
author aurel
date Sat, 08 Dec 2007 21:21:11 +0000
parents c23a5c8263bc
children dfdff1ca78a7
line wrap: on
line diff
--- a/dv.c	Sat Dec 08 11:46:09 2007 +0000
+++ b/dv.c	Sat Dec 08 21:21:11 2007 +0000
@@ -225,7 +225,7 @@
 
     /* 248DCT setup */
     s->fdct[1] = dsp.fdct248;
-    s->idct_put[1] = simple_idct248_put;  // FIXME: need to add it to DSP
+    s->idct_put[1] = ff_simple_idct248_put;  // FIXME: need to add it to DSP
     if(avctx->lowres){
         for (i=0; i<64; i++){
             int j= ff_zigzag248_direct[i];