| FFmpeg
    | 
| Data Fields | |
| int | bytes_per_packet | 
| bytes in a packet, or 0 if variable  More... | |
| int | frames_per_packet | 
| frames in a packet, or 0 if variable  More... | |
| int64_t | num_bytes | 
| total number of bytes in stream  More... | |
| int64_t | packet_cnt | 
| packet counter  More... | |
| int64_t | frame_cnt | 
| frame counter  More... | |
| int64_t | data_start | 
| data start position, in bytes  More... | |
| int64_t | data_size | 
| raw data size, in bytes  More... | |
Detailed Description
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().
| 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().
| 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::frame_cnt | 
| 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().
The documentation for this struct was generated from the following file:
Generated on Fri Oct 31 2025 06:56:26 for FFmpeg by
 1.8.11
 1.8.11