comparison loader/dshow/outputpin.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 DS_OUTPUTPIN_H 1 #ifndef MPLAYER_OUTPUTPIN_H
2 #define DS_OUTPUTPIN_H 2 #define MPLAYER_OUTPUTPIN_H
3 3
4 /* "output pin" - the one that connects to output of filter. */ 4 /* "output pin" - the one that connects to output of filter. */
5 5
6 #include "allocator.h" 6 #include "allocator.h"
7 7
27 void ( *SetNewFormat )(COutputPin*, const AM_MEDIA_TYPE* a); 27 void ( *SetNewFormat )(COutputPin*, const AM_MEDIA_TYPE* a);
28 }; 28 };
29 29
30 COutputPin* COutputPinCreate(const AM_MEDIA_TYPE* amt,SAMPLEPROC SampleProc,void* pUserData); 30 COutputPin* COutputPinCreate(const AM_MEDIA_TYPE* amt,SAMPLEPROC SampleProc,void* pUserData);
31 31
32 #endif /* DS_OUTPUTPIN_H */ 32 #endif /* MPLAYER_OUTPUTPIN_H */