summaryrefslogtreecommitdiffstats
path: root/stream/stream_radio.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-02-06 21:55:35 +0100
committerwm4 <wm4@nowhere>2013-02-06 23:03:39 +0100
commit37c5c114af8b4747dfa0664bf967958baa9a1c91 (patch)
tree407250d8226d5ec1a18f4fd93b6b5f47ce56f73f /stream/stream_radio.h
parentc5340512dd5a75079779c896505a038caf3ce69a (diff)
downloadmpv-37c5c114af8b4747dfa0664bf967958baa9a1c91.tar.bz2
mpv-37c5c114af8b4747dfa0664bf967958baa9a1c91.tar.xz
Remove BSD legacy TV/radio support (BT848 stuff)
FreeBSD actually supports V4L2, and V4L2 supports this chip. Also, this chip is from 1997. Farewell.
Diffstat (limited to 'stream/stream_radio.h')
-rw-r--r--stream/stream_radio.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/stream/stream_radio.h b/stream/stream_radio.h
index 8e3df1edb9..ac8d19aa1f 100644
--- a/stream/stream_radio.h
+++ b/stream/stream_radio.h
@@ -28,12 +28,6 @@
typedef struct radio_param_s{
/** name of radio device file */
char* device;
-#ifdef CONFIG_RADIO_BSDBT848
- /** minimal allowed frequency */
- float freq_min;
- /** maximal allowed frequency */
- float freq_max;
-#endif
/** radio driver (v4l,v4l2) */
char* driver;
/** channels list (see man page) */