FFmpeg
|
Data Fields | |
int | cluster_pos |
int64_t | cluster_pts |
uint8_t | cluster_buf [RCWT_CLUSTER_MAX_BLOCKS *RCWT_BLOCK_SIZE] |
int RCWTContext::cluster_pos |
Definition at line 61 of file rcwtenc.c.
Referenced by rcwt_flush_cluster(), rcwt_init_cluster(), and rcwt_write_packet().
int64_t RCWTContext::cluster_pts |
Definition at line 62 of file rcwtenc.c.
Referenced by rcwt_flush_cluster(), rcwt_init_cluster(), and rcwt_write_packet().
uint8_t RCWTContext::cluster_buf[RCWT_CLUSTER_MAX_BLOCKS *RCWT_BLOCK_SIZE] |
Definition at line 63 of file rcwtenc.c.
Referenced by rcwt_flush_cluster(), and rcwt_write_packet().