I tried the new runtime-pre5-test1 mplayer and found that it didn't do anything with the forceaudio option for tv parameters, needed to get my v4l2 card working properly with mplayer. The mplayer startup message still says "Audio: no sound". I'm not sure if 'forceaudio' is supposed to provide some other display message?
--- ../MPlayer-0.90/libmpdemux/tvi_v4l.c Sun Feb 2 03:36:35 2003
+++ libmpdemux/tvi_v4l.c Tue Apr 29 04:23:47 2003
@@ -815,6 +815,7 @@
return(TVI_CONTROL_FALSE);
}
case TVI_CONTROL_IS_AUDIO:
+ if (tv_param_force_audio) return(TVI_CONTROL_TRUE);
if (priv->channels[priv->act_channel].flags & VIDEO_VC_AUDIO)
{
return(TVI_CONTROL_TRUE);
That line is in the CVS version, on line 960 in my copy.
-Rob
------------------------------------------------------- This SF.NET email is sponsored by: eBay Great deals on office technology -- on eBay now! Click here: http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 _______________________________________________ Freevo-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-devel
