[vlc-devel] Seek support in imem access module

Kamil Klimek naresh at tlen.pl
Wed Jul 14 14:23:00 CEST 2010


Wiadomość napisana przez Rémi Denis-Courmont w dniu 2010-07-14, o godz. 14:21:

> 
> 
> 
> On Wed, 14 Jul 2010 14:18:24 +0200, Kamil Klimek <naresh at tlen.pl> wrote:
>> 
>> Wiadomość napisana przez Laurent Aimar w dniu 2010-07-14, o godz.
> 12:59:
>> 
>>>> +{
>>>> +    imem_sys_t * sys = (imem_sys_t*)access->p_sys;
>>> imem_sys_t *sys = access->p_sys
>>> No space and no need to cast.
>> 
>> without cast compiler complains (warning)
> 
> ...because the structure is not called access_sys_t - as it probably
> should.

That's right. IMEM is using it's own structure there. BUT that's not my part of code, I've just adjusted to it


More information about the vlc-devel mailing list