FFmpeg
|
QDM2SubPNode Struct Reference
A node in the subpacket list. More...
Collaboration diagram for QDM2SubPNode:
Data Fields | |
QDM2SubPacket * | packet |
packet More... | |
struct QDM2SubPNode * | next |
pointer to next packet in the list, NULL if leaf node More... | |
Detailed Description
Field Documentation
struct QDM2SubPNode* QDM2SubPNode::next |
pointer to next packet in the list, NULL if leaf node
Definition at line 97 of file qdm2.c.
Referenced by qdm2_decode_super_block(), and qdm2_search_subpacket_type_in_list().
QDM2SubPacket* QDM2SubPNode::packet |
packet
Definition at line 96 of file qdm2.c.
Referenced by process_subpacket_10(), process_subpacket_11(), process_subpacket_12(), process_subpacket_9(), qdm2_decode(), qdm2_decode_fft_packets(), qdm2_decode_super_block(), and qdm2_search_subpacket_type_in_list().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:12 for FFmpeg by 1.8.11