[Scummvm-cvs-logs] SF.net SVN: scummvm:[43836] scummvm/trunk/graphics/video/avi_player.h

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sun Aug 30 22:41:17 CEST 2009


Revision: 43836
          http://scummvm.svn.sourceforge.net/scummvm/?rev=43836&view=rev
Author:   thebluegr
Date:     2009-08-30 20:41:17 +0000 (Sun, 30 Aug 2009)

Log Message:
-----------
Named some unnamed enums. Hopefully, this will fix compilation under WinCE.

Modified Paths:
--------------
    scummvm/trunk/graphics/video/avi_player.h

Modified: scummvm/trunk/graphics/video/avi_player.h
===================================================================
--- scummvm/trunk/graphics/video/avi_player.h	2009-08-30 20:39:04 UTC (rev 43835)
+++ scummvm/trunk/graphics/video/avi_player.h	2009-08-30 20:41:17 UTC (rev 43836)
@@ -111,11 +111,11 @@
 };
 	
 // Index Flags
-enum {
+enum IndexFlags {
 	AVIIF_INDEX = 0x10
 };
 
-enum {
+enum WaveFormats {
 	WAVE_INVALIDFORMAT = 0,
 	WAVE_FORMAT_PCM = 1,
 	WAVE_FORMAT_1M08 = 1,
@@ -147,7 +147,7 @@
 };
 	
 // Flags from the AVIHeader
-enum {
+enum AviFlags {
 	AVIF_HASINDEX = 0x00000010,
 	AVIF_MUSTUSEINDEX = 0x00000020,
 	AVIF_ISINTERLEAVED = 0x00000100,


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list