FFmpeg
Data Structures | Enumerations
cbs_vp8.h File Reference
#include <stddef.h>
#include <stdint.h>
#include "cbs.h"

Go to the source code of this file.

Data Structures

struct  VP8RawFrameHeader
 
struct  VP8RawFrame
 

Enumerations

enum  { VP8_START_CODE_0 = 0x9D, VP8_START_CODE_1 = 0x01, VP8_START_CODE_2 = 0x2A }
 
enum  { VP8_KEY_FRAME = 0, VP8_NON_KEY_FRAME = 1 }
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
VP8_START_CODE_0 
VP8_START_CODE_1 
VP8_START_CODE_2 

Definition at line 27 of file cbs_vp8.h.

◆ anonymous enum

anonymous enum
Enumerator
VP8_KEY_FRAME 
VP8_NON_KEY_FRAME 

Definition at line 33 of file cbs_vp8.h.