summaryrefslogtreecommitdiff
path: root/libavcodec/h264dec.c
diff options
context:
space:
mode:
authorKieran Kunhya <kierank@obe.tv>2017-12-10 23:51:37 +0000
committerYour Name <you@example.com>2017-12-11 00:09:25 +0000
commit918de766f545008cb1ab3d62febe71fa064f8ca7 (patch)
tree0e7608b8f91e6e36a39536ad44919017b29a27a1 /libavcodec/h264dec.c
parenta83a03af9a841e91b41e6adc1def7a363893a68a (diff)
h264dec: Remove mpeg4video.h header dependency
Diffstat (limited to 'libavcodec/h264dec.c')
-rw-r--r--libavcodec/h264dec.c1
1 files changed, 0 insertions, 1 deletions
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"