comparison libvo/vo_ivtv.h @ 32075:ddb9036e140a

Move ivtv_fd extern variable declaration to vo_ivtv.h, where it belongs.
author diego
date Sat, 11 Sep 2010 14:40:26 +0000
parents a465b54b0897
children
comparison
equal deleted inserted replaced
32074:9031c664ed05 32075:ddb9036e140a
25 */ 25 */
26 26
27 #ifndef MPLAYER_VO_IVTV_H 27 #ifndef MPLAYER_VO_IVTV_H
28 #define MPLAYER_VO_IVTV_H 28 #define MPLAYER_VO_IVTV_H
29 29
30 extern int ivtv_fd;
31
30 int ivtv_write(const unsigned char *data, int len); 32 int ivtv_write(const unsigned char *data, int len);
31 33
32 #endif /* MPLAYER_VO_IVTV_H */ 34 #endif /* MPLAYER_VO_IVTV_H */