AVIOContext.direct

avio_read and avio_write should if possible be satisfied directly instead of going through a buffer, and avio_seek will always call the underlying seek function directly.

struct AVIOContext
int direct;

Meta