struct Vp8Metadata
Defined at line 55 of file ../../src/media/third_party/chromium_media/media/video/video_encode_accelerator.h
Metadata for a VP8 bitstream buffer.
|non_reference| is true iff this frame does not update any reference buffer,
meaning dropping this frame still results in a decodable
stream.
|temporal_idx| indicates the temporal index for this frame.
|layer_sync| is true iff this frame has |temporal_idx| > 0 and does NOT
reference any reference buffer containing a frame with
temporal_idx > 0.
Public Members
bool non_reference
uint8_t temporal_idx
bool layer_sync