comparison spudec.h @ 23689:3f0d00abc073

Do not use leading underscores in multiple inclusion guards, they are reserved.
author diego
date Mon, 02 Jul 2007 22:34:45 +0000
parents bfdd2dcc0d14
children e82ecde2cbd4
comparison
equal deleted inserted replaced
23688:3454aed9d083 23689:3f0d00abc073
1 #ifndef _MPLAYER_SPUDEC_H 1 #ifndef MPLAYER_SPUDEC_H
2 #define _MPLAYER_SPUDEC_H 2 #define MPLAYER_SPUDEC_H
3 3
4 #include "libvo/video_out.h" 4 #include "libvo/video_out.h"
5 5
6 void spudec_heartbeat(void *this, unsigned int pts100); 6 void spudec_heartbeat(void *this, unsigned int pts100);
7 void spudec_assemble(void *this, unsigned char *packet, unsigned int len, unsigned int pts100); 7 void spudec_assemble(void *this, unsigned char *packet, unsigned int len, unsigned int pts100);