mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
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
@ -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…
Reference in New Issue
Block a user