diff dsputil.c @ 8785:bee83b3f9a6b libavcodec

move vp6_filter_diag4() to a new vp6dsp.c file and use it throught dsputil
author aurel
date Mon, 09 Feb 2009 23:37:31 +0000
parents 31138c296ac6
children e7d87561b42b
line wrap: on
line diff
--- a/dsputil.c	Mon Feb 09 23:11:26 2009 +0000
+++ b/dsputil.c	Mon Feb 09 23:37:31 2009 +0000
@@ -4597,6 +4597,9 @@
         c->vp3_h_loop_filter= ff_vp3_h_loop_filter_c;
         c->vp3_v_loop_filter= ff_vp3_v_loop_filter_c;
     }
+    if (CONFIG_VP6_DECODER) {
+        c->vp6_filter_diag4= ff_vp6_filter_diag4_c;
+    }
 
     c->h261_loop_filter= h261_loop_filter_c;