diff dsputil.h @ 3656:1cc5bdadd487 libavcodec

New qpel MC functions conforming to VC-1 standard. Existing DSPUtil functions cause chroma artifacts on some files.
author kostya
date Thu, 31 Aug 2006 04:44:54 +0000
parents 47821be55b6c
children 7e1ee254a3ee
line wrap: on
line diff
--- a/dsputil.h	Thu Aug 31 04:42:13 2006 +0000
+++ b/dsputil.h	Thu Aug 31 04:44:54 2006 +0000
@@ -396,6 +396,7 @@
      * 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);