FFmpeg
|
Data Fields | |
AVCodecContext * | avctx |
uint8_t | first_sample |
uint8_t | sample |
int | dict_entries |
int | dict_entry |
int | delta_compression |
HEntry * | dict |
AVCodecContext* HCOMContext::avctx |
uint8_t HCOMContext::first_sample |
Definition at line 34 of file hcom.c.
Referenced by hcom_init().
uint8_t HCOMContext::sample |
Definition at line 35 of file hcom.c.
Referenced by hcom_decode(), and hcom_init().
int HCOMContext::dict_entries |
Definition at line 36 of file hcom.c.
Referenced by hcom_init().
int HCOMContext::dict_entry |
Definition at line 37 of file hcom.c.
Referenced by hcom_decode(), and hcom_init().
int HCOMContext::delta_compression |
Definition at line 38 of file hcom.c.
Referenced by hcom_decode(), and hcom_init().
HEntry* HCOMContext::dict |
Definition at line 40 of file hcom.c.
Referenced by hcom_close(), hcom_decode(), and hcom_init().