Data Fields | |
unsigned int | nb_pages |
unsigned int | nb_records |
total pages in file | |
int | page_table_offset |
total records in file | |
Page | pt [MAX_PAGES] |
int | page |
page table | |
int | record |
current page (or AVERROR_xxx code) |
Definition at line 36 of file anm.c.
unsigned int AnmDemuxContext::nb_pages |
unsigned int AnmDemuxContext::nb_records |
total pages in file
Definition at line 38 of file anm.c.
Referenced by find_record(), and read_header().
total records in file
Definition at line 39 of file anm.c.
Referenced by read_header(), and read_packet().
Page AnmDemuxContext::pt[MAX_PAGES] |
current page (or AVERROR_xxx code)
Definition at line 43 of file anm.c.
Referenced by read_header(), and read_packet().