ffmpeg | branch: master | James Almer <jamr...@gmail.com> | Wed Nov 29 13:09:23 
2017 -0300| [91127355f5863e1f830e0a718036ad7189f42df3] | committer: James Almer

avformat/hlsplaylist: add missing header includes

Fixes checkheaders.

Signed-off-by: James Almer <jamr...@gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=91127355f5863e1f830e0a718036ad7189f42df3
---

 libavformat/hlsplaylist.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/libavformat/hlsplaylist.h b/libavformat/hlsplaylist.h
index 3445b5f297..9263a6463b 100644
--- a/libavformat/hlsplaylist.h
+++ b/libavformat/hlsplaylist.h
@@ -23,7 +23,11 @@
 #ifndef AVFORMAT_HLSPLAYLIST_H
 #define AVFORMAT_HLSPLAYLIST_H
 
+#include <stdint.h>
+
 #include "libavutil/common.h"
+#include "avformat.h"
+#include "avio.h"
 
 typedef enum {
     PLAYLIST_TYPE_NONE,

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Reply via email to