[vlc-devel] [PATCH] lib: New API to use imem for access.

Mark Lee mark.lee at capricasoftware.co.uk
Wed Jan 15 16:53:54 CET 2014


So my initial patch was way too simplistic.

Here's a new patch that provides callbacks for open, close, read and
seek. The only mandatory callback right now is "read".

The seek callback is on the API, but seek is not yet implemented in
imem so it isn't used for now.

The changes are tested and working. All feedback welcome of course.




More information about the vlc-devel mailing list