Skip to content
Snippets Groups Projects
Commit c3c2d535 authored by Steve Lhomme's avatar Steve Lhomme Committed by Felix Paul Kühne
Browse files

vlc_stream: fix the vlc_stream_ReadPartial() documentation

vlc_stream_ReadPartial() is similar to pf_read of stream_t. It is often used
as such in pf_read callbacks.

vlc_stream_Read() uses it that way as well. On negative return values (-1)
it continues reading.

Internally it's calling vlc_stream_ReadRaw() which also returns pf_read return
values verbatim.
parent 1cd6abdf
No related branches found
No related tags found
Loading
Pipeline #234612 passed with stage
in 15 minutes and 40 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment