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

Data Fields

unsigned int nb_pages
 total pages in file
 
unsigned int nb_records
 total records in file
 
int page_table_offset
 
Page pt [MAX_PAGES]
 page table
 
int page
 current page (or AVERROR_xxx code)
 
int record
 current record (with in page)
 

Detailed Description

Definition at line 37 of file anm.c.

Field Documentation

unsigned int AnmDemuxContext::nb_pages

total pages in file

Definition at line 38 of file anm.c.

Referenced by read_header().

unsigned int AnmDemuxContext::nb_records

total records in file

Definition at line 39 of file anm.c.

Referenced by find_record(), and read_header().

int AnmDemuxContext::page_table_offset

Definition at line 40 of file anm.c.

Referenced by read_header(), and read_packet().

Page AnmDemuxContext::pt[MAX_PAGES]

page table

Definition at line 42 of file anm.c.

Referenced by find_record(), read_header(), and read_packet().

int AnmDemuxContext::page

current page (or AVERROR_xxx code)

Definition at line 43 of file anm.c.

Referenced by read_header(), and read_packet().

int AnmDemuxContext::record

current record (with in page)

Definition at line 44 of file anm.c.

Referenced by read_header(), and read_packet().


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