FFmpeg
|
AnmDemuxContext Struct Reference
Collaboration diagram for AnmDemuxContext:
Data Fields | |
unsigned int | nb_pages |
total pages in file More... | |
unsigned int | nb_records |
total records in file More... | |
int | page_table_offset |
Page | pt [MAX_PAGES] |
page table More... | |
int | page |
current page (or AVERROR_xxx code) More... | |
int | record |
current record (with in page) More... | |
Detailed Description
Definition at line 37 of file libavformat/anm.c.
Field Documentation
unsigned int AnmDemuxContext::nb_pages |
unsigned int AnmDemuxContext::nb_records |
total records in file
Definition at line 39 of file libavformat/anm.c.
Referenced by find_record(), and read_header().
int AnmDemuxContext::page |
current page (or AVERROR_xxx code)
Definition at line 43 of file libavformat/anm.c.
Referenced by musixmatch.base.ItemsCollection::paged(), musixmatch.base.ItemsCollection::pager(), read_header(), and read_packet().
int AnmDemuxContext::page_table_offset |
Definition at line 40 of file libavformat/anm.c.
Referenced by read_header(), and read_packet().
page table
Definition at line 42 of file libavformat/anm.c.
Referenced by find_record(), read_header(), and read_packet().
int AnmDemuxContext::record |
current record (with in page)
Definition at line 44 of file libavformat/anm.c.
Referenced by read_header(), and read_packet().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:11 for FFmpeg by 1.8.11