Navigation
API > API/Plugins > API/Plugins/AVCodecsCore > API/Plugins/AVCodecsCore/Video > API/Plugins/AVCodecsCore/Video/FCodecSpecificInfoVP8
Syntax
bool bUseExplicitDependencies
Remarks
Used to generate the list of dependency frames. referencedBuffers_ and updatedBuffers_ contain buffer IDs. Note that the buffer IDs here have a one-to-one mapping with the actual codec buffers, but the exact mapping (i.e. whether 0 refers to Last, to Golden or to Arf) is not pre-determined. More references may be specified than are strictly necessary, but not less. TODO(bugs.webrtc.org/10242): Remove `useExplicitDependencies_ once all encoder-wrappers are updated.