openbsd-ports/x11/mplayer/patches/patch-libmpdemux_tv_h
jakemsr cc53e054b2 enable bktr(4) support, and enhance the bktr(4) support by:
- adding support for setting the channel set
- making it use audio(4) instead of ossaudio(3)
- making it explicitly mute the tuner on exit
- use the tuner as default video source, as opposed to RCA

ok biorn@, robert@
2006-01-17 07:41:58 +00:00

12 lines
500 B
Plaintext

$OpenBSD: patch-libmpdemux_tv_h,v 1.1 2006/01/17 07:41:58 jakemsr Exp $
--- libmpdemux/tv.h.orig Sat Jan 29 04:24:43 2005
+++ libmpdemux/tv.h Sun Dec 25 17:32:08 2005
@@ -145,6 +145,7 @@ extern char *tv_channel_last_real;
#define TVI_CONTROL_TUN_SET_TUNER 0x204 /* update priv->tuner struct for used input */
#define TVI_CONTROL_TUN_GET_NORM 0x205
#define TVI_CONTROL_TUN_SET_NORM 0x206
+#define TVI_CONTROL_TUN_SET_CHANLIST 0x207
/* AUDIO controls */
#define TVI_CONTROL_AUD_GET_FORMAT 0x301