[FFmpeg-cvslog] h264_sei: drop an unnecessary h264dec.h include
Anton Khirnov
git at videolan.org
Mon Aug 1 20:09:24 EEST 2016
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Wed May 18 10:23:21 2016 +0200| [1cf2f3d334f52849aae2be868bad1e5fa5f59aa0] | committer: Anton Khirnov
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
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1cf2f3d334f52849aae2be868bad1e5fa5f59aa0
---
libavcodec/h264_sei.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/h264_sei.c b/libavcodec/h264_sei.c
index 380e86c..7eef3ee 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"
More information about the ffmpeg-cvslog
mailing list