mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
avformat/hlsplaylist: fix header include guard
Fixes fate-source Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
da49cdf640
commit
85b84e1243
@ -20,8 +20,8 @@
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#ifndef AVFORMAT_HLSPLAYLIST_H_
|
||||
#define AVFORMAT_HLSPLAYLIST_H_
|
||||
#ifndef AVFORMAT_HLSPLAYLIST_H
|
||||
#define AVFORMAT_HLSPLAYLIST_H
|
||||
|
||||
#include "libavutil/common.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user