comparison loader/dshow/DS_VideoDecoder.h @ 26045:a8ea87c71d18

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Sat, 23 Feb 2008 14:50:55 +0000
parents 2c8cdb9123b8
children 837cd9762b4e
comparison
equal deleted inserted replaced
26044:7a541b991b85 26045:a8ea87c71d18
1 #ifndef AVIFILE_DS_VIDEODECODER_H 1 #ifndef MPLAYER_DS_VIDEODECODER_H
2 #define AVIFILE_DS_VIDEODECODER_H 2 #define MPLAYER_DS_VIDEODECODER_H
3 3
4 typedef struct DS_VideoDecoder DS_VideoDecoder; 4 typedef struct DS_VideoDecoder DS_VideoDecoder;
5 5
6 int DS_VideoDecoder_GetCapabilities(DS_VideoDecoder *this); 6 int DS_VideoDecoder_GetCapabilities(DS_VideoDecoder *this);
7 7
24 int DS_VideoDecoder_GetValue(DS_VideoDecoder *this, const char* name, int* value); 24 int DS_VideoDecoder_GetValue(DS_VideoDecoder *this, const char* name, int* value);
25 int DS_VideoDecoder_SetValue(DS_VideoDecoder *this, const char* name, int value); 25 int DS_VideoDecoder_SetValue(DS_VideoDecoder *this, const char* name, int value);
26 int DS_SetAttr_DivX(char* attribute, int value); 26 int DS_SetAttr_DivX(char* attribute, int value);
27 27
28 28
29 #endif /* AVIFILE_DS_VIDEODECODER_H */ 29 #endif /* MPLAYER_DS_VIDEODECODER_H */