Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2015-06-12 14:29:07 +0300
committerVittorio Giovara <vittorio.giovara@gmail.com>2015-06-12 19:02:48 +0300
commitb7a4127a45b780d76e6b09427a3d0197c4bc1cdb (patch)
treecc67956b1b56ca5968075fb67384b65ea4390993 /libavcodec/x86
parent5e87080f2c73186066df0b9c43877b4af0beef3a (diff)
h264_qpel: Use the correct header
Diffstat (limited to 'libavcodec/x86')
-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 9ca6d7e644..76d2ab05d5 100644
--- a/libavcodec/x86/h264_qpel.c
+++ b/libavcodec/x86/h264_qpel.c
@@ -23,8 +23,8 @@
#include "libavutil/cpu.h"
#include "libavutil/x86/asm.h"
#include "libavutil/x86/cpu.h"
+#include "libavcodec/h264.h"
#include "libavcodec/h264qpel.h"
-#include "libavcodec/mpegvideo.h"
#include "libavcodec/pixels.h"
#include "fpel.h"