forked from FFmpeg/FFmpeg
avformat/hlsplaylist: add missing header includes
Fixes checkheaders. Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
85b84e1243
commit
91127355f5
1 changed files with 4 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue