[MPlayer-users] stupid dvd question.

Jason Tackaberry tack at sault.org
Mon Jul 12 00:13:42 CEST 2004


On Sun, 2004-07-11 at 17:07 -0400, The Wanderer wrote:
> > It's probebly a stupid question but when I do mplayer dvd:// will
> > this play the first or the longest track on the disk?
> 
> If I'm not mistaken, it will do neither; instead, it will most likely
> report an error. You nave to specify which track number you want to

It will default to 1.  According to libmpdemux/open.c:

   if(strncmp("dvd://",filename,6) == 0){
       [...]
       dvd_title = filename[6] == '\0' ? 1 : strtol(filename + 6,NULL,0);


Cheers,
Jason.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 229 bytes
Desc: This is a digitally signed message part
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-users/attachments/20040711/6e05e203/attachment.pgp>


More information about the MPlayer-users mailing list