mirror of https://github.com/mpv-player/mpv
Names starting with underscores are reserved.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23890 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
65d2553645
commit
1d7b9b5470
|
@ -1,5 +1,5 @@
|
|||
#ifndef __CODEC_CFG_H
|
||||
#define __CODEC_CFG_H
|
||||
#ifndef CODEC_CFG_H
|
||||
#define CODEC_CFG_H
|
||||
|
||||
#define CODEC_CFG_MIN 20070407
|
||||
|
||||
|
@ -70,4 +70,4 @@ void list_codecs(int audioflag);
|
|||
void codecs_reset_selection(int audioflag);
|
||||
void codecs_uninit_free(void);
|
||||
|
||||
#endif
|
||||
#endif /* CODEC_CFG_H */
|
||||
|
|
Loading…
Reference in New Issue