From 918de766f545008cb1ab3d62febe71fa064f8ca7 Mon Sep 17 00:00:00 2001 From: Kieran Kunhya Date: Sun, 10 Dec 2017 23:51:37 +0000 Subject: [PATCH] h264dec: Remove mpeg4video.h header dependency --- libavcodec/h264dec.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/h264dec.c b/libavcodec/h264dec.c index 1d99ed5f4c..1e98765439 100644 --- a/libavcodec/h264dec.c +++ b/libavcodec/h264dec.c @@ -51,7 +51,6 @@ #include "mathops.h" #include "me_cmp.h" #include "mpegutils.h" -#include "mpeg4video.h" #include "profiles.h" #include "rectangle.h" #include "thread.h"