summaryrefslogtreecommitdiff
path: root/libavcodec/x86/h264_qpel.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-05-18 09:02:39 +0200
committerAnton Khirnov <anton@khirnov.net>2016-06-21 11:11:26 +0200
commit9df889a5f116c1ee78c2f239e0ba599c492431aa (patch)
treebfe4fb0b0f89ac7608f66708499c194746d8192d /libavcodec/x86/h264_qpel.c
parentf651c6a259d4bc78f25db11d25df9256d5110bd3 (diff)
h264: rename h264.[ch] to h264dec.[ch]
This is more consistent with the naming of other decoders.
Diffstat (limited to 'libavcodec/x86/h264_qpel.c')
-rw-r--r--libavcodec/x86/h264_qpel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/h264_qpel.c b/libavcodec/x86/h264_qpel.c
index 76d2ab05d5..541ebb2a04 100644
--- a/libavcodec/x86/h264_qpel.c
+++ b/libavcodec/x86/h264_qpel.c
@@ -23,7 +23,7 @@
#include "libavutil/cpu.h"
#include "libavutil/x86/asm.h"
#include "libavutil/x86/cpu.h"
-#include "libavcodec/h264.h"
+#include "libavcodec/h264dec.h"
#include "libavcodec/h264qpel.h"
#include "libavcodec/pixels.h"
#include "fpel.h"