[MPlayer-dev-eng] [PATCH] Initial Bluray support

Jonathan Nell crtrn13 at gmail.com
Sun Sep 13 15:51:01 CEST 2009


Thanks to you both. I have implemented most of the changes suggested.
Please see new version attached.

2009/9/13 Reimar Döffinger <Reimar.Doeffinger at gmx.de>:
>> +  // change vuk ascii hex into byte array
>> +  for(i=0;i<16;++i) {
>> +    if(sscanf(p->vuk,"%2x",&byte)!=1) break;
>> +    bd->vuk[i]=byte;
>> +    p->vuk+=2;
>> +  }
>
> libmpdemux/demux_lavf already has a function for that.

Where? All I can see is parse_cryptokey() which works on AVFormatContext.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bluray.diff
Type: text/x-patch
Size: 8236 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20090913/9144c11e/attachment.bin>


More information about the MPlayer-dev-eng mailing list