patch-2.4.13 linux/drivers/media/video/bttvp.h
Next file: linux/drivers/media/video/bw-qcam.c
Previous file: linux/drivers/media/video/bttv.h
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Wed Oct 17 14:19:20 2001
- Orig file:
v2.4.12/linux/drivers/media/video/bttvp.h
- Orig date:
Sun Aug 12 13:27:59 2001
diff -u --recursive --new-file v2.4.12/linux/drivers/media/video/bttvp.h linux/drivers/media/video/bttvp.h
@@ -25,7 +25,7 @@
#ifndef _BTTVP_H_
#define _BTTVP_H_
-#define BTTV_VERSION_CODE KERNEL_VERSION(0,7,72)
+#define BTTV_VERSION_CODE KERNEL_VERSION(0,7,83)
#include <linux/types.h>
@@ -62,10 +62,14 @@
#define O_NONCAP O_TRUNC
#endif
+#ifdef VIDEODAT_HACK
+# define VBI_MAXLINES 19
+#else
+# define VBI_MAXLINES 16
+#endif
+#define VBIBUF_SIZE (2048*VBI_MAXLINES*2)
#define MAX_GBUFFERS 64
#define RISCMEM_LEN (32744*2)
-#define VBI_MAXLINES 16
-#define VBIBUF_SIZE (2048*VBI_MAXLINES*2)
#define BTTV_MAX_FBUF 0x208000
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)