summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264qpel.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-01-08 14:00:10 +0100
committerDiego Biurrun <diego@biurrun.de>2014-05-29 06:48:31 -0700
commit368f50359eb328b0b9d67451f56fda20b3255f9a (patch)
tree17df2c6f56e73b6ec64e02f570eb0df35afce28d /libavcodec/h264qpel.h
parentcb52a17cb62297802b0a77e5af9850d87c3f925b (diff)
downloadffmpeg-streaming-368f50359eb328b0b9d67451f56fda20b3255f9a.zip
ffmpeg-streaming-368f50359eb328b0b9d67451f56fda20b3255f9a.tar.gz
dsputil: Split off quarterpel bits into their own context
Diffstat (limited to 'libavcodec/h264qpel.h')
-rw-r--r--libavcodec/h264qpel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264qpel.h b/libavcodec/h264qpel.h
index 202e97d..97ce195 100644
--- a/libavcodec/h264qpel.h
+++ b/libavcodec/h264qpel.h
@@ -22,7 +22,7 @@
#ifndef AVCODEC_H264QPEL_H
#define AVCODEC_H264QPEL_H
-#include "dsputil.h"
+#include "qpeldsp.h"
typedef struct H264QpelContext {
qpel_mc_func put_h264_qpel_pixels_tab[4][16];
OpenPOWER on IntegriCloud