AVSEEK_FORCE

Oring this flag as into 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.

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

Meta