[MPlayer-dev-eng] v4l bugfix

Mark Sanderson mmp at kiora.ath.cx
Sat Apr 8 04:35:12 CEST 2006


video4linux ioctls VIDIOCGTUNER/VIDIOCSTUNER require the tuner argument
set before calling.
Defaulting it to zero is the fix:

libmpdemux/tvi_v4l.c line 593
+   priv->tuner.tuner = 0;

Regards,
Mark.




More information about the MPlayer-dev-eng mailing list