[MPlayer-dev-eng] [PATCH] identify DVD volume info

Diego Biurrun diego at biurrun.de
Tue Sep 16 23:30:43 CEST 2008


On Tue, Sep 16, 2008 at 09:18:37PM +0200, Nico Sabbi wrote:
> Il giorno mar, 16/09/2008 alle 19.04 +0200, Mathieu SCHROETER ha
> scritto:
> > 
> > With -identify, ID_DVD_VOLUME_ID is never shown with my system and
> > my DVD movies. I don't know the reason (UDF-fs is used) but I must
> > use DVDISOVolumeInfo instead of DVDUDFVolumeInfo in order to have
> > the information.
> > 
> > --- stream/stream_dvd.c (révision 27630)
> > +++ stream/stream_dvd.c (copie de travail)
> > @@ -873,7 +873,7 @@
> >            mp_msg(MSGT_IDENTIFY, MSGL_V, "%02X", discid[i]);
> >          mp_msg(MSGT_IDENTIFY, MSGL_V, "\n");
> >        }
> > -      if (DVDUDFVolumeInfo(dvd, volid, sizeof(volid), NULL, 0) >= 0)
> > +      if (DVDUDFVolumeInfo(dvd, volid, sizeof(volid), NULL, 0) >= 0
> > || DVDISOVolumeInfo(dvd, volid, sizeof(volid), NULL, 0) >= 0)
> >          mp_msg(MSGT_IDENTIFY, MSGL_V, "ID_DVD_VOLUME_ID=%s\n",
> > volid);
> 
> ok to commit

Applied.

Diego



More information about the MPlayer-dev-eng mailing list