AVSEEK_FORCE

Passing this flag as the "whence" parameter to a seek function causes it to seek by any means (like reopening and linear reading) or other normally unreasonable means that can be extremely slow. This may be ignored by the seek code.

extern (C) @nogc nothrow
enum AVSEEK_FORCE = 0x20000;

Meta