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:
diego 2007-07-28 14:23:18 +00:00
parent 65d2553645
commit 1d7b9b5470
1 changed files with 3 additions and 3 deletions

View File

@ -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 */