]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - libavcodec/dsputil.h
VC1: add and use avg_no_rnd chroma MC functions
[frescor/ffmpeg.git] / libavcodec / dsputil.h
index 2a0542038301d7ef2ac1e303bf6a191270060665..0dfbfaca2543b26dd3b784eb00f431c57bcf21c5 100644 (file)
@@ -319,6 +319,7 @@ typedef struct DSPContext {
     h264_chroma_mc_func avg_h264_chroma_pixels_tab[3];
     /* This is really one func used in VC-1 decoding */
     h264_chroma_mc_func put_no_rnd_vc1_chroma_pixels_tab[3];
+    h264_chroma_mc_func avg_no_rnd_vc1_chroma_pixels_tab[3];
 
     qpel_mc_func put_h264_qpel_pixels_tab[4][16];
     qpel_mc_func avg_h264_qpel_pixels_tab[4][16];