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

Data Fields

unsigned page_counter
 
uint8_theader [3]
 
int header_len [3]
 
int kfgshift
 for theora granule
 
int64_t last_kf_pts
 
int vrev
 
int eos
 
unsigned page_count
 number of page buffered
 
OGGPage page
 current page
 
unsigned serial_num
 serial number
 
int64_t last_granule
 last packet granule
 

Detailed Description

Definition at line 49 of file oggenc.c.

Field Documentation

unsigned OGGStreamContext::page_counter

Definition at line 50 of file oggenc.c.

Referenced by ogg_write_page().

uint8_t* OGGStreamContext::header[3]
int OGGStreamContext::header_len[3]
int OGGStreamContext::kfgshift

for theora granule

Definition at line 54 of file oggenc.c.

Referenced by ogg_granule_to_timestamp(), ogg_key_granule(), ogg_write_header(), and ogg_write_packet().

int64_t OGGStreamContext::last_kf_pts

Definition at line 55 of file oggenc.c.

Referenced by ogg_write_packet().

int OGGStreamContext::vrev

Definition at line 56 of file oggenc.c.

Referenced by ogg_write_header(), and ogg_write_packet().

int OGGStreamContext::eos

Definition at line 57 of file oggenc.c.

unsigned OGGStreamContext::page_count

number of page buffered

Definition at line 58 of file oggenc.c.

Referenced by ogg_buffer_page(), ogg_write_page(), and ogg_write_pages().

OGGPage OGGStreamContext::page

current page

Definition at line 59 of file oggenc.c.

Referenced by ogg_buffer_data(), ogg_buffer_page(), ogg_reset_cur_page(), ogg_write_header(), and ogg_write_trailer().

unsigned OGGStreamContext::serial_num

serial number

Definition at line 60 of file oggenc.c.

Referenced by ogg_write_header(), and ogg_write_page().

int64_t OGGStreamContext::last_granule

last packet granule

Definition at line 61 of file oggenc.c.

Referenced by ogg_buffer_data().


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