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

Subpacket. More...

Data Fields

int type
 subpacket type More...
 
unsigned int size
 subpacket size More...
 
const uint8_tdata
 pointer to subpacket data (points to input data buffer, it's not a private copy) More...
 

Detailed Description

Subpacket.

Definition at line 82 of file qdm2.c.

Field Documentation

int QDM2SubPacket::type
unsigned int QDM2SubPacket::size
const uint8_t* QDM2SubPacket::data

pointer to subpacket data (points to input data buffer, it's not a private copy)

Definition at line 85 of file qdm2.c.

Referenced by process_subpacket_10(), process_subpacket_11(), process_subpacket_12(), process_subpacket_9(), qdm2_decode_fft_packets(), qdm2_decode_sub_packet_header(), and qdm2_decode_super_block().


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