summaryrefslogtreecommitdiff
path: root/libavcodec/h264_parser.c
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2016-08-01 13:03:15 -0300
committerJames Almer <jamrial@gmail.com>2016-08-01 13:03:15 -0300
commit7c8bf2dc2ba02312e7bee8f7df7994c3d8587407 (patch)
tree25d4a7cbe1877561040b95bdf99d5fd6b7d95eb3 /libavcodec/h264_parser.c
parent9ee1f033656374a9f7c9bddcfd85739614580d62 (diff)
parentb24dafe10572254ff0decc18b0d7c3d3707d5a29 (diff)
downloadffmpeg-7c8bf2dc2ba02312e7bee8f7df7994c3d8587407.tar.gz
Merge commit 'b24dafe10572254ff0decc18b0d7c3d3707d5a29'
* commit 'b24dafe10572254ff0decc18b0d7c3d3707d5a29': lavc: drop unnecessary h264dec.h includes Merged-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/h264_parser.c')
-rw-r--r--libavcodec/h264_parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264_parser.c b/libavcodec/h264_parser.c
index 81ccaabc1e..20efdaaa7d 100644
--- a/libavcodec/h264_parser.c
+++ b/libavcodec/h264_parser.c
@@ -36,10 +36,10 @@
#include "libavutil/mem.h"
#include "libavutil/pixfmt.h"
+#include "avcodec.h"
#include "get_bits.h"
#include "golomb.h"
#include "h264.h"
-#include "h264dec.h"
#include "h264_sei.h"
#include "h264_ps.h"
#include "h264data.h"