Commit 85b84e12 authored by James Almer's avatar James Almer

avformat/hlsplaylist: fix header include guard

Fixes fate-source
Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent da49cdf6
...@@ -20,8 +20,8 @@ ...@@ -20,8 +20,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
#ifndef AVFORMAT_HLSPLAYLIST_H_ #ifndef AVFORMAT_HLSPLAYLIST_H
#define AVFORMAT_HLSPLAYLIST_H_ #define AVFORMAT_HLSPLAYLIST_H
#include "libavutil/common.h" #include "libavutil/common.h"
......
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