Commit 91127355 authored by James Almer's avatar James Almer

avformat/hlsplaylist: add missing header includes

Fixes checkheaders.
Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent 85b84e12
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment