diff options
author | David Conrad <lessen42@gmail.com> | 2009-04-14 23:56:10 +0000 |
---|---|---|
committer | David Conrad <lessen42@gmail.com> | 2009-04-14 23:56:10 +0000 |
commit | 8013da736467d0111e96801dbb1acdccc0bb0b10 (patch) | |
tree | 5ae63d716eddffa53b3c59f3e8665025f1049949 /libavcodec/dsputil.h | |
parent | c374691b28638763045ae55fc45c39da9bb5b6eb (diff) | |
download | ffmpeg-8013da736467d0111e96801dbb1acdccc0bb0b10.tar.gz |
VC1: add and use avg_no_rnd chroma MC functions
Originally committed as revision 18518 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/dsputil.h')
-rw-r--r-- | libavcodec/dsputil.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h index 2a05420383..0dfbfaca25 100644 --- a/libavcodec/dsputil.h +++ b/libavcodec/dsputil.h @@ -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]; |