vo_ivtv; Move ivtv_fd extern variable declaration to vo_ivtv.h

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32159 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2010-09-11 14:40:26 +00:00 committed by Uoti Urpala
parent 816da6109a
commit e02012a4af
2 changed files with 2 additions and 2 deletions

View File

@ -62,8 +62,6 @@ control (int cmd,void *arg)
static int
init (int rate, int channels, int format, int flags)
{
extern int ivtv_fd;
if (ivtv_fd < 0)
return 0;

View File

@ -27,6 +27,8 @@
#ifndef MPLAYER_VO_IVTV_H
#define MPLAYER_VO_IVTV_H
extern int ivtv_fd;
int ivtv_write(const unsigned char *data, int len);
#endif /* MPLAYER_VO_IVTV_H */