FFmpeg  2.8.15
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Data Fields
ASFStream Struct Reference

Data Fields

int num
 
unsigned char seq
 
AVPacket pkt
 
int frag_offset
 
int packet_obj_size
 
int timestamp
 
int64_t duration
 
int skip_to_key
 
int pkt_clean
 
int ds_span
 
int ds_packet_size
 
int ds_chunk_size
 
int64_t packet_pos
 
uint16_t stream_language_index
 
int palette_changed
 
uint32_t palette [256]
 
int payload_ext_ct
 
ASFPayload payload [8]
 
uint8_t stream_index
 
int index
 
int type
 
int indexed
 
int8_t span
 
uint16_t virtual_pkt_len
 
uint16_t virtual_chunk_len
 
int16_t lang_idx
 
ASFPacket pkt
 

Detailed Description

Definition at line 47 of file asfdec_f.c.

Field Documentation

int ASFStream::num

Definition at line 48 of file asfdec_f.c.

Referenced by asf_write_header1(), and put_payload_header().

unsigned char ASFStream::seq
AVPacket ASFStream::pkt
int ASFStream::frag_offset

Definition at line 52 of file asfdec_f.c.

Referenced by asf_parse_packet(), and asf_reset_header().

int ASFStream::packet_obj_size

Definition at line 53 of file asfdec_f.c.

Referenced by asf_parse_packet(), asf_read_frame_header(), and asf_reset_header().

int ASFStream::timestamp

Definition at line 54 of file asfdec_f.c.

int64_t ASFStream::duration

Definition at line 55 of file asfdec_f.c.

int ASFStream::skip_to_key

Definition at line 56 of file asfdec_f.c.

Referenced by asf_parse_packet(), and skip_to_key().

int ASFStream::pkt_clean

Definition at line 57 of file asfdec_f.c.

Referenced by asf_parse_packet().

int ASFStream::ds_span

Definition at line 59 of file asfdec_f.c.

Referenced by asf_parse_packet(), and asf_read_stream_properties().

int ASFStream::ds_packet_size

Definition at line 60 of file asfdec_f.c.

Referenced by asf_parse_packet(), and asf_read_stream_properties().

int ASFStream::ds_chunk_size

Definition at line 61 of file asfdec_f.c.

Referenced by asf_parse_packet(), and asf_read_stream_properties().

int64_t ASFStream::packet_pos

Definition at line 63 of file asfdec_f.c.

Referenced by asf_parse_packet(), and asf_read_pts().

uint16_t ASFStream::stream_language_index

Definition at line 65 of file asfdec_f.c.

Referenced by asf_read_ext_stream_properties(), and asf_read_header().

int ASFStream::palette_changed

Definition at line 67 of file asfdec_f.c.

Referenced by asf_parse_packet(), and asf_read_stream_properties().

uint32_t ASFStream::palette

Definition at line 68 of file asfdec_f.c.

Referenced by asf_parse_packet(), and asf_read_stream_properties().

int ASFStream::payload_ext_ct

Definition at line 70 of file asfdec_f.c.

Referenced by asf_read_ext_stream_properties(), and asf_read_frame_header().

ASFPayload ASFStream::payload

Definition at line 71 of file asfdec_f.c.

Referenced by asf_read_ext_stream_properties(), and asf_read_frame_header().

uint8_t ASFStream::stream_index
int ASFStream::index
int ASFStream::type
int ASFStream::indexed

Definition at line 81 of file asfdec_o.c.

Referenced by asf_read_simple_index(), and asf_read_stream_properties().

int8_t ASFStream::span

Definition at line 82 of file asfdec_o.c.

Referenced by asf_deinterleave(), asf_read_packet(), and asf_read_stream_properties().

uint16_t ASFStream::virtual_pkt_len

Definition at line 83 of file asfdec_o.c.

Referenced by asf_deinterleave(), and asf_read_stream_properties().

uint16_t ASFStream::virtual_chunk_len

Definition at line 84 of file asfdec_o.c.

Referenced by asf_deinterleave(), and asf_read_stream_properties().

int16_t ASFStream::lang_idx

Definition at line 85 of file asfdec_o.c.

Referenced by asf_read_ext_stream_properties(), and asf_read_header().

ASFPacket ASFStream::pkt

Definition at line 86 of file asfdec_o.c.


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