[MPlayer-dev-eng] [PATCH] -identify DVD titles

Guillaume POIRIER poirierg at gmail.com
Thu Sep 22 09:41:07 CEST 2005


Hi,

On 9/22/05, kiriuja <mplayer-patches at en-directo.net> wrote:
> On Tuesday 20 September 2005 23:57 Rich Felker wrote:
> > Try this:
> >
> > char buf[17];
> > for(i=0;i<16;i++) sprintf(buf+2*i, "%02X", discid[i]);
> > mp_msg(MSGT_GLOBAL, MSGL_INFO, "ID_DVD_DISC_ID=%s\n", buf);
> >
> > Simple, readable, no possibility of endian problems or portability
> > issues.
>
> OK, I made it work like that. Updated patch attached.

Okay, nice. Applied.

Guillaume
--
Reading doesn't hurt, really!
 -- Dominik 'Rathann' Mierzejewski




More information about the MPlayer-dev-eng mailing list