comparison loader/dmo/dmo_interfaces.h @ 26045:a8ea87c71d18

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Sat, 23 Feb 2008 14:50:55 +0000
parents 2c8cdb9123b8
children
comparison
equal deleted inserted replaced
26044:7a541b991b85 26045:a8ea87c71d18
1 #ifndef DMO_INTERFACE_H 1 #ifndef MPLAYER_DMO_INTERFACES_H
2 #define DMO_INTERFACE_H 2 #define MPLAYER_DMO_INTERFACES_H
3 3
4 #include "dmo.h" 4 #include "dmo.h"
5 5
6 /* 6 /*
7 * IMediaBuffer interface 7 * IMediaBuffer interface
189 unsigned long ulOutputStreamIndex, 189 unsigned long ulOutputStreamIndex,
190 unsigned long *pdwRequestedFeatures); 190 unsigned long *pdwRequestedFeatures);
191 } IDMOVideoOutputOptimizations_vt; 191 } IDMOVideoOutputOptimizations_vt;
192 struct IDMOVideoOutputOptimizations { IDMOVideoOutputOptimizations_vt* vt; }; 192 struct IDMOVideoOutputOptimizations { IDMOVideoOutputOptimizations_vt* vt; };
193 193
194 #endif /* DMO_INTERFACE_H */ 194 #endif /* MPLAYER_DMO_INTERFACES_H */