FFmpeg
4.0
|
Data Fields | |
uint32_t | last_header |
int | block_size |
int | last_block_size |
int | samples_per_block |
int | groups_per_block |
uint8_t * | extra_samples |
int | extra_sample_count |
uint32_t PCMDVDContext::last_header |
Definition at line 32 of file pcm-dvd.c.
Referenced by pcm_dvd_decode_init(), and pcm_dvd_parse_header().
int PCMDVDContext::block_size |
Definition at line 33 of file pcm-dvd.c.
Referenced by pcm_dvd_decode_frame(), pcm_dvd_decode_samples(), and pcm_dvd_parse_header().
int PCMDVDContext::last_block_size |
Definition at line 34 of file pcm-dvd.c.
Referenced by pcm_dvd_decode_frame().
int PCMDVDContext::samples_per_block |
Definition at line 35 of file pcm-dvd.c.
Referenced by pcm_dvd_decode_frame(), and pcm_dvd_parse_header().
int PCMDVDContext::groups_per_block |
Definition at line 36 of file pcm-dvd.c.
Referenced by pcm_dvd_decode_samples(), and pcm_dvd_parse_header().
uint8_t* PCMDVDContext::extra_samples |
Definition at line 37 of file pcm-dvd.c.
Referenced by pcm_dvd_decode_frame(), pcm_dvd_decode_init(), and pcm_dvd_decode_uninit().
int PCMDVDContext::extra_sample_count |
Definition at line 38 of file pcm-dvd.c.
Referenced by pcm_dvd_decode_frame(), and pcm_dvd_parse_header().