FFmpeg
|
Data Fields | |
AVIOContext * | pb_filesystem |
int | sector_bits |
file system (AVFormatContext->pb) | |
uint32_t * | sectors |
sector shift bits; used to convert sector number into pb_filesystem offset | |
int | nb_sectors |
file allocation table | |
int | error |
number of sectors | |
int64_t | position |
int64_t | length |
const void * | header |
int | depth |
int | first_sector |
AVIOContext* WtvFile::pb_filesystem |
Definition at line 50 of file wtvdec.c.
Referenced by wtvfile_open_sector(), wtvfile_read_packet(), and wtvfile_seek().
int WtvFile::sector_bits |
file system (AVFormatContext->pb)
Definition at line 52 of file wtvdec.c.
Referenced by wtvfile_open_sector(), wtvfile_read_packet(), and wtvfile_seek().
uint32_t* WtvFile::sectors |
sector shift bits; used to convert sector number into pb_filesystem offset
Definition at line 53 of file wtvdec.c.
Referenced by wtvfile_close(), wtvfile_open_sector(), wtvfile_read_packet(), and wtvfile_seek().
int WtvFile::nb_sectors |
file allocation table
Definition at line 54 of file wtvdec.c.
Referenced by wtvfile_open_sector(), and wtvfile_read_packet().
int WtvFile::error |
number of sectors
Definition at line 56 of file wtvdec.c.
Referenced by wtvfile_read_packet(), and wtvfile_seek().
int64_t WtvFile::position |
Definition at line 57 of file wtvdec.c.
Referenced by wtvfile_open_sector(), wtvfile_read_packet(), and wtvfile_seek().
int64_t WtvFile::length |
Definition at line 58 of file wtvdec.c.
Referenced by finish_file(), write_root_table(), wtvfile_open_sector(), wtvfile_read_packet(), and wtvfile_seek().
int WtvFile::depth |
Definition at line 71 of file wtvenc.c.
Referenced by finish_file(), and write_root_table().
int WtvFile::first_sector |
Definition at line 72 of file wtvenc.c.
Referenced by finish_file(), and write_root_table().