summaryrefslogtreecommitdiff
path: root/src/libw32dll/wine/avifmt.h
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2002-10-23 20:26:32 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2002-10-23 20:26:32 +0000
commit4217d72d01c21fa1fc9a196e162206a72eb182b3 (patch)
tree404f367d672b4a5a75a21332177dd4f825e0e741 /src/libw32dll/wine/avifmt.h
parent012beea007c541bf98b4536f17dc539d41a1ceaa (diff)
downloadxine-lib-4217d72d01c21fa1fc9a196e162206a72eb182b3.tar.gz
xine-lib-4217d72d01c21fa1fc9a196e162206a72eb182b3.tar.bz2
final c++ -> c coding style fixes, libxine compiles now
CVS patchset: 2971 CVS date: 2002/10/23 20:26:32
Diffstat (limited to 'src/libw32dll/wine/avifmt.h')
-rw-r--r--src/libw32dll/wine/avifmt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libw32dll/wine/avifmt.h b/src/libw32dll/wine/avifmt.h
index d7450f270..fad30a1fe 100644
--- a/src/libw32dll/wine/avifmt.h
+++ b/src/libw32dll/wine/avifmt.h
@@ -218,7 +218,7 @@ typedef struct {
} AVIStreamHeader;
/* Flags for index */
-#define AVIIF_LIST 0x00000001L // chunk is a 'LIST'
+#define AVIIF_LIST 0x00000001L // chunk is a 'LIST'
#define AVIIF_KEYFRAME 0x00000010L // this frame is a key frame.
#define AVIIF_NOTIME 0x00000100L // this frame doesn't take any time