Hi,
I want to to se plm_buffer_create_with_callbacks for custom file loading, but plm_buffer_t struct is not usable without defining PL_MPEG_IMPLEMENTATION.
So I wandering if we can pass necessary informations (memory pointer, size to load and size loaded) to load callback to just read data without changing the buffer struct.
Or maybe exposing plm_buffer_t struct publicly.
Thanks and great works on your libraries :)
Hi,
I want to to se
plm_buffer_create_with_callbacksfor custom file loading, butplm_buffer_tstruct is not usable without definingPL_MPEG_IMPLEMENTATION.So I wandering if we can pass necessary informations (memory pointer, size to load and size loaded) to load callback to just read data without changing the buffer struct.
Or maybe exposing
plm_buffer_tstruct publicly.Thanks and great works on your libraries :)