pl_mpeg icon indicating copy to clipboard operation
pl_mpeg copied to clipboard

Use of plm_buffer_create_with_callbacks without PL_MPEG_IMPLEMENTATION

Open thennequin opened this issue 7 months ago • 0 comments

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 :)

thennequin avatar Jun 10 '25 15:06 thennequin