]> git.sesse.net Git - ffmpeg/commitdiff
h264_sei: drop an unnecessary h264dec.h include
authorAnton Khirnov <anton@khirnov.net>
Wed, 18 May 2016 08:23:21 +0000 (10:23 +0200)
committerAnton Khirnov <anton@khirnov.net>
Tue, 21 Jun 2016 09:15:44 +0000 (11:15 +0200)
The code does not depend on the h264 decoder anymore and only needs
information from h264_ps

libavcodec/h264_sei.c

index 380e86c983f5c202136964e6b5e4e4a0e41f7a61..7eef3ee9627d4b8f1d0a9290ac6417c5b0b57e19 100644 (file)
@@ -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"