diff options
author | David Conrad <lessen42@gmail.com> | 2009-04-14 19:26:33 +0000 |
---|---|---|
committer | David Conrad <lessen42@gmail.com> | 2009-04-14 19:26:33 +0000 |
commit | 6cecd63005b29a1dc3a5104e6ac85fd112705122 (patch) | |
tree | e32137ac20373aaca1df988efd73c3f7a5545b16 /libavcodec/dsputil.h | |
parent | 44be8d4278a04cb07baceadab48dde8df7aeeb05 (diff) | |
download | ffmpeg-6cecd63005b29a1dc3a5104e6ac85fd112705122.tar.gz |
VC1: Do qpel when needed for both MVs in a B frame
Originally committed as revision 18511 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 345dca9da6..7ef6e6a73e 100644 --- a/libavcodec/dsputil.h +++ b/libavcodec/dsputil.h @@ -485,6 +485,7 @@ typedef struct DSPContext { * last argument is actually round value instead of height */ op_pixels_func put_vc1_mspel_pixels_tab[16]; + op_pixels_func avg_vc1_mspel_pixels_tab[16]; /* intrax8 functions */ void (*x8_spatial_compensation[12])(uint8_t *src , uint8_t *dst, int linesize); |