Mercurial > mplayer.hg
comparison stream/tvi_def.h @ 26029:4129c8cfa742
Add MPLAYER_ prefix to multiple inclusion guards.
author | diego |
---|---|
date | Fri, 22 Feb 2008 09:09:46 +0000 |
parents | 04f59a060070 |
children | 7ee4ae1648e6 |
comparison
equal
deleted
inserted
replaced
26028:afd429e00184 | 26029:4129c8cfa742 |
---|---|
1 #ifndef TVI_DEF_H | 1 #ifndef MPLAYER_TVI_DEF_H |
2 #define TVI_DEF_H | 2 #define MPLAYER_TVI_DEF_H |
3 | 3 |
4 #include <stdlib.h> /* malloc */ | 4 #include <stdlib.h> /* malloc */ |
5 #include <string.h> /* memset */ | 5 #include <string.h> /* memset */ |
6 | 6 |
7 static int init(priv_t *priv); | 7 static int init(priv_t *priv); |
105 default: | 105 default: |
106 memset(buffer,0xC0,len); | 106 memset(buffer,0xC0,len); |
107 } | 107 } |
108 } | 108 } |
109 | 109 |
110 #endif /* TVI_DEF_H */ | 110 #endif /* MPLAYER_TVI_DEF_H */ |