summaryrefslogtreecommitdiff
path: root/libavcodec/dsputil.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-01-24 14:44:34 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-01-24 15:47:47 +0100
commitfc13a89654b5878050ac07e36254c5e712aa8820 (patch)
tree73e35d94880aae72b785ef9d1079c442a552777b /libavcodec/dsputil.h
parent70b0aeba001c61d52965debda4875e610bb2435e (diff)
parente9d817351b28e62868528476971afe4cde1fa280 (diff)
Merge remote-tracking branch 'qatar/master'
* qatar/master: dsputil: Separate h264 qpel Conflicts: libavcodec/dsputil_template.c libavcodec/h264.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/dsputil.h')
-rw-r--r--libavcodec/dsputil.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h
index 952c0690ad..b1eba49915 100644
--- a/libavcodec/dsputil.h
+++ b/libavcodec/dsputil.h
@@ -331,9 +331,6 @@ typedef struct DSPContext {
h264_chroma_mc_func put_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];
- qpel_mc_func avg_h264_qpel_pixels_tab[3][16];
-
me_cmp_func pix_abs[2][4];
/* huffyuv specific */