[MPlayer-cvslog] r23890 - trunk/codec-cfg.h

diego subversion at mplayerhq.hu
Sat Jul 28 16:23:19 CEST 2007


Author: diego
Date: Sat Jul 28 16:23:18 2007
New Revision: 23890

Log:
Names starting with underscores are reserved.


Modified:
   trunk/codec-cfg.h

Modified: trunk/codec-cfg.h
==============================================================================
--- trunk/codec-cfg.h	(original)
+++ trunk/codec-cfg.h	Sat Jul 28 16:23:18 2007
@@ -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 */



More information about the MPlayer-cvslog mailing list