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

Data Fields

int bytes_per_packet
 bytes in a packet, or 0 if variable
 
int frames_per_packet
 frames in a packet, or 0 if variable
 
int64_t num_bytes
 total number of bytes in stream
 
int64_t packet_cnt
 packet counter
 
int64_t frame_cnt
 frame counter
 
int64_t data_start
 data start position, in bytes
 
int64_t data_size
 raw data size, in bytes
 

Detailed Description

Definition at line 37 of file cafdec.c.

Field Documentation

int CaffContext::bytes_per_packet

bytes in a packet, or 0 if variable

Definition at line 38 of file cafdec.c.

Referenced by read_desc_chunk(), read_header(), read_packet(), read_pakt_chunk(), and read_seek().

int CaffContext::frames_per_packet

frames in a packet, or 0 if variable

Definition at line 39 of file cafdec.c.

Referenced by read_desc_chunk(), read_header(), read_packet(), read_pakt_chunk(), and read_seek().

int64_t CaffContext::num_bytes

total number of bytes in stream

Definition at line 40 of file cafdec.c.

Referenced by read_packet(), and read_pakt_chunk().

int64_t CaffContext::packet_cnt

packet counter

Definition at line 42 of file cafdec.c.

Referenced by read_packet(), and read_seek().

int64_t CaffContext::frame_cnt

frame counter

Definition at line 43 of file cafdec.c.

Referenced by read_packet(), and read_seek().

int64_t CaffContext::data_start

data start position, in bytes

Definition at line 45 of file cafdec.c.

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

int64_t CaffContext::data_size

raw data size, in bytes

Definition at line 46 of file cafdec.c.

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


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