[MPlayer-DOCS] [PATCH] update for dvb fix
Diego Biurrun
diego at biurrun.de
Tue Apr 27 03:25:25 CEST 2004
Nico Sabbi writes:
> dvb syntax updated to the multi-card configuration
Thanks, applied.
> --- main.orig/DOCS/man/en/mplayer.1 2004-04-26 10:53:40.000000000 +0200
> +++ main/DOCS/man/en/mplayer.1 2004-04-27 00:02:03.101570112 +0200
> @@ -121,6 +121,8 @@
> .B mplayer
> 'in +\n[.k]u
> .I dvb://channel
> +or
> +.I dvb://card_number@channel
> [options]
How about
.I dvb://[card_number@]channel
?
That's what I used.
There is another change pending:
- { MP_CMD_DVB_SET_CHANNEL, "dvb_set_channel", 1, { { MP_CMD_ARG_INT, {0}}, {-1,{0}} }},
+ { MP_CMD_DVB_SET_CHANNEL, "dvb_set_channel", 2, { {MP_CMD_ARG_INT,{0}}, {MP_CMD_ARG_INT,{0}}, {-1,{0}}}},
But in DOCS/tech/slave.txt there is only
dvb_set_channel <value>
Set DVB channel.
Please also update that documentation snippet or send a patch.
Diego
More information about the MPlayer-DOCS
mailing list