diff dsputil.h @ 3663:8e180a3276fe libavcodec

New function for chroma MC (will be used in VC-1)
author kostya
date Sat, 02 Sep 2006 04:52:00 +0000
parents 7e1ee254a3ee
children 9d942506b1f2
line wrap: on
line diff
--- a/dsputil.h	Fri Sep 01 22:02:38 2006 +0000
+++ b/dsputil.h	Sat Sep 02 04:52:00 2006 +0000
@@ -270,6 +270,8 @@
      * h264 Chram MC
      */
     h264_chroma_mc_func put_h264_chroma_pixels_tab[3];
+    /* This is really one func used in VC-1 decoding */
+    h264_chroma_mc_func put_no_rnd_h264_chroma_pixels_tab[3];
     h264_chroma_mc_func avg_h264_chroma_pixels_tab[3];
 
     qpel_mc_func put_h264_qpel_pixels_tab[4][16];