ref_iface_IVDXVideoDecoderModel_Reset - shekh/VirtualDub2 GitHub Wiki
VirtualDub Plugin SDK 1.2
IVDXVideoDecoderModel interface
Resets the decoder model back to an empty decoder state.
void Reset();
This method is not thread-safe.
Errors may not be returned from this function (see SetError()).
Reset() empties any cached frame data from the modeled decoder, so any subsequent frame decode sequences start from scratch.
Copyright (C) 2007-2012 Avery Lee.