FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
WtvFile Struct Reference

Data Fields

AVIOContextpb_filesystem
 file system (AVFormatContext->pb)
 
int sector_bits
 sector shift bits; used to convert sector number into pb_filesystem offset
 
uint32_t * sectors
 file allocation table
 
int nb_sectors
 number of sectors
 
int error
 
int64_t position
 
int64_t length
 
const voidheader
 
int depth
 
int first_sector
 

Detailed Description

Definition at line 51 of file wtvdec.c.

Field Documentation

AVIOContext* WtvFile::pb_filesystem

file system (AVFormatContext->pb)

Definition at line 52 of file wtvdec.c.

Referenced by wtvfile_open_sector(), wtvfile_read_packet(), and wtvfile_seek().

int WtvFile::sector_bits

sector shift bits; used to convert sector number into pb_filesystem offset

Definition at line 54 of file wtvdec.c.

Referenced by wtvfile_open_sector(), wtvfile_read_packet(), and wtvfile_seek().

uint32_t* WtvFile::sectors

file allocation table

Definition at line 55 of file wtvdec.c.

Referenced by wtvfile_close(), wtvfile_open_sector(), wtvfile_read_packet(), and wtvfile_seek().

int WtvFile::nb_sectors

number of sectors

Definition at line 56 of file wtvdec.c.

Referenced by wtvfile_open_sector(), and wtvfile_read_packet().

int WtvFile::error

Definition at line 58 of file wtvdec.c.

Referenced by wtvfile_read_packet(), and wtvfile_seek().

int64_t WtvFile::position

Definition at line 59 of file wtvdec.c.

Referenced by wtvfile_open_sector(), wtvfile_read_packet(), and wtvfile_seek().

int64_t WtvFile::length
const void* WtvFile::header

Definition at line 71 of file wtvenc.c.

int WtvFile::depth

Definition at line 72 of file wtvenc.c.

Referenced by finish_file(), and write_root_table().

int WtvFile::first_sector

Definition at line 73 of file wtvenc.c.

Referenced by finish_file(), and write_root_table().


The documentation for this struct was generated from the following files: