[vlc-devel] [PATCH] add in ability to read from any part of a file descriptor.

Hugo Beauzée-Luyssen hugo at beauzee.fr
Tue Jan 5 16:16:50 CET 2016


On 01/05/2016 04:01 PM, Kevin Whitaker wrote:
>     What about fd://20#65477:445677 ?
>
> It seems anything after a hash gets trimmed and I am then unable to get
> the data that is normally stored in psz_location. If the trim process
> stores it elsewhere I can access, I could work it like that.
>
>     Why long, and not off_t ?
>
> Just an artifact of being new to vlc codebase and C. The data coming
> from android is a long, so I mentally kept it the same here. Let me know
> if this is something that is worth changing.
>
>     Please do not change the coding style
>
> Are you referring to the longs or something else?
>

I was referring to the line break removal after the curly brace :)

Regards,



More information about the vlc-devel mailing list