FFmpeg
Data Fields
AVSmpte291mAnc8bit Struct Reference

An ANC packet with an 8-bit payload. More...

#include <smpte_436m.h>

Data Fields

uint8_t did
 
uint8_t sdid_or_dbn
 
uint8_t data_count
 
uint8_t payload [AV_SMPTE_291M_ANC_PAYLOAD_CAPACITY]
 
uint8_t checksum
 

Detailed Description

An ANC packet with an 8-bit payload.

This can be decoded from AVSmpte436mCodedAnc::payload.

Note: Some ANC packets need a 10-bit payload, if stored in this struct, the most-significant 2 bits of each sample are discarded.

Definition at line 98 of file smpte_436m.h.

Field Documentation

◆ did

uint8_t AVSmpte291mAnc8bit::did

◆ sdid_or_dbn

uint8_t AVSmpte291mAnc8bit::sdid_or_dbn

◆ data_count

uint8_t AVSmpte291mAnc8bit::data_count

◆ payload

uint8_t AVSmpte291mAnc8bit::payload[AV_SMPTE_291M_ANC_PAYLOAD_CAPACITY]

◆ checksum

uint8_t AVSmpte291mAnc8bit::checksum

Definition at line 103 of file smpte_436m.h.

Referenced by av_smpte_291m_anc_8bit_fill_checksum(), and mcc_write_packet().


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