[MPlayer-cvslog] r25575 - in trunk: loader/dmo/DMO_AudioDecoder.h loader/dmo/DMO_Filter.h loader/dshow/DS_AudioDecoder.h loader/dshow/mediatype.h loader/registry.h stream/stream.h

diego subversion at mplayerhq.hu
Tue Jan 1 21:05:36 CET 2008


Author: diego
Date: Tue Jan  1 21:05:36 2008
New Revision: 25575

Log:
consistency cosmetics


Modified:
   trunk/loader/dmo/DMO_AudioDecoder.h
   trunk/loader/dmo/DMO_Filter.h
   trunk/loader/dshow/DS_AudioDecoder.h
   trunk/loader/dshow/mediatype.h
   trunk/loader/registry.h
   trunk/stream/stream.h

Modified: trunk/loader/dmo/DMO_AudioDecoder.h
==============================================================================
--- trunk/loader/dmo/DMO_AudioDecoder.h	(original)
+++ trunk/loader/dmo/DMO_AudioDecoder.h	Tue Jan  1 21:05:36 2008
@@ -14,4 +14,4 @@ int DMO_AudioDecoder_Convert(DMO_AudioDe
 
 int DMO_AudioDecoder_GetSrcSize(DMO_AudioDecoder *this, int dest_size);
 
-#endif // AVIFILE_DMO_AUDIODECODER_H
+#endif /* AVIFILE_DMO_AUDIODECODER_H */

Modified: trunk/loader/dmo/DMO_Filter.h
==============================================================================
--- trunk/loader/dmo/DMO_Filter.h	(original)
+++ trunk/loader/dmo/DMO_Filter.h	Tue Jan  1 21:05:36 2008
@@ -1,4 +1,4 @@
- #ifndef DMO_FILTER_H
+#ifndef DMO_FILTER_H
 #define DMO_FILTER_H
 
 #include "dmo_guids.h"

Modified: trunk/loader/dshow/DS_AudioDecoder.h
==============================================================================
--- trunk/loader/dshow/DS_AudioDecoder.h	(original)
+++ trunk/loader/dshow/DS_AudioDecoder.h	Tue Jan  1 21:05:36 2008
@@ -14,4 +14,4 @@ int DS_AudioDecoder_Convert(DS_AudioDeco
 
 int DS_AudioDecoder_GetSrcSize(DS_AudioDecoder *this, int dest_size);
 
-#endif // AVIFILE_DS_AUDIODECODER_H
+#endif /* AVIFILE_DS_AUDIODECODER_H */

Modified: trunk/loader/dshow/mediatype.h
==============================================================================
--- trunk/loader/dshow/mediatype.h	(original)
+++ trunk/loader/dshow/mediatype.h	Tue Jan  1 21:05:36 2008
@@ -91,4 +91,4 @@ AM_MEDIA_TYPE* CreateMediaType(const AM_
  */
 int CompareMediaTypes(const AM_MEDIA_TYPE * pmt1, const AM_MEDIA_TYPE * pmt2, int bWildcards);
 
-#endif // DS_MEDIA_TYPE_H
+#endif /* DS_MEDIA_TYPE_H */

Modified: trunk/loader/registry.h
==============================================================================
--- trunk/loader/registry.h	(original)
+++ trunk/loader/registry.h	Tue Jan  1 21:05:36 2008
@@ -43,4 +43,4 @@ long __stdcall RegEnumValueA(HKEY hkey, 
 };
 #endif
 
-#endif // AVIFILE_REGISTRY_H
+#endif /* AVIFILE_REGISTRY_H */

Modified: trunk/stream/stream.h
==============================================================================
--- trunk/stream/stream.h	(original)
+++ trunk/stream/stream.h	Tue Jan  1 21:05:36 2008
@@ -308,4 +308,4 @@ typedef struct {
  int channels;
 } stream_language_t;
 
-#endif // STREAM_H
+#endif /* STREAM_H */



More information about the MPlayer-cvslog mailing list