summaryrefslogtreecommitdiff
path: root/libavcodec/h264_sei.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-05-18 10:23:21 +0200
committerAnton Khirnov <anton@khirnov.net>2016-06-21 11:15:44 +0200
commit1cf2f3d334f52849aae2be868bad1e5fa5f59aa0 (patch)
treef6ff7ceb42d13c4c2d777aabc46487c5a371f776 /libavcodec/h264_sei.c
parentb24dafe10572254ff0decc18b0d7c3d3707d5a29 (diff)
h264_sei: drop an unnecessary h264dec.h include
The code does not depend on the h264 decoder anymore and only needs information from h264_ps
Diffstat (limited to 'libavcodec/h264_sei.c')
-rw-r--r--libavcodec/h264_sei.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264_sei.c b/libavcodec/h264_sei.c
index 380e86c983..7eef3ee962 100644
--- a/libavcodec/h264_sei.c
+++ b/libavcodec/h264_sei.c
@@ -28,7 +28,7 @@
#include "avcodec.h"
#include "get_bits.h"
#include "golomb.h"
-#include "h264dec.h"
+#include "h264_ps.h"
#include "h264_sei.h"
#include "internal.h"