[FFmpeg-cvslog] h264_qpel: Use the correct header
Vittorio Giovara
git at videolan.org
Fri Jun 12 22:10:26 CEST 2015
ffmpeg | branch: master | Vittorio Giovara <vittorio.giovara at gmail.com> | Fri Jun 12 12:29:07 2015 +0100| [b7a4127a45b780d76e6b09427a3d0197c4bc1cdb] | committer: Vittorio Giovara
h264_qpel: Use the correct header
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b7a4127a45b780d76e6b09427a3d0197c4bc1cdb
---
libavcodec/x86/h264_qpel.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/x86/h264_qpel.c b/libavcodec/x86/h264_qpel.c
index 9ca6d7e..76d2ab0 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"
More information about the ffmpeg-cvslog
mailing list