diff dsputil.h @ 3665:9d942506b1f2 libavcodec

Drop put_vc1_qpel_pixels_tab as they won't be needed anymore.
author kostya
date Sat, 02 Sep 2006 04:58:51 +0000
parents 8e180a3276fe
children 4d346abd723c
line wrap: on
line diff
--- a/dsputil.h	Sat Sep 02 04:53:49 2006 +0000
+++ b/dsputil.h	Sat Sep 02 04:58:51 2006 +0000
@@ -398,7 +398,6 @@
      * last argument is actually round value instead of height
      */
     op_pixels_func put_vc1_mspel_pixels_tab[16];
-    op_pixels_func put_vc1_qpel_pixels_tab[16];
 } DSPContext;
 
 void dsputil_static_init(void);