comparison stream/tv.h @ 26029:4129c8cfa742

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 09:09:46 +0000
parents c6c7a09bf439
children e598c9756181
comparison
equal deleted inserted replaced
26028:afd429e00184 26029:4129c8cfa742
1 #ifndef TV_H 1 #ifndef MPLAYER_TV_H
2 #define TV_H 2 #define MPLAYER_TV_H
3 3
4 //#include "libao2/afmt.h" 4 //#include "libao2/afmt.h"
5 //#include "libmpcodecs/img_format.h" 5 //#include "libmpcodecs/img_format.h"
6 //#include "mp_msg.h" 6 //#include "mp_msg.h"
7 7
342 int count[2]; ///< number of lines in first and second fields 342 int count[2]; ///< number of lines in first and second fields
343 int interlaced; ///< vbi data are interlaced 343 int interlaced; ///< vbi data are interlaced
344 int bufsize; ///< required buffer size 344 int bufsize; ///< required buffer size
345 } tt_stream_props; 345 } tt_stream_props;
346 346
347 #endif /* TV_H */ 347 #endif /* MPLAYER_TV_H */