mirror of
https://github.com/mpv-player/mpv
synced 2025-02-17 04:58:06 +00:00
Consistently use _H in multiple inclusion guard.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25578 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b88dc34b6f
commit
24421b66fa
6
edl.h
6
edl.h
@ -1,7 +1,7 @@
|
||||
// EDL version 0.6
|
||||
|
||||
#ifndef EDLH
|
||||
#define EDLH
|
||||
#ifndef EDL_H
|
||||
#define EDL_H
|
||||
|
||||
#define EDL_SKIP 0
|
||||
#define EDL_MUTE 1
|
||||
@ -26,4 +26,4 @@ extern char *edl_output_filename; // file to put EDL entries in (-edlout)
|
||||
void free_edl(edl_record_ptr next_edl_record); // free's entire EDL list.
|
||||
edl_record_ptr edl_parse_file(void); // fills EDL stack
|
||||
|
||||
#endif
|
||||
#endif /* EDL_H */
|
||||
|
Loading…
Reference in New Issue
Block a user