FFmpeg
|
An encoded ANC packet within a single AV_CODEC_ID_SMPTE_436M_ANC AVPacket's data. More...
#include <smpte_436m.h>
Data Fields | |
uint16_t | line_number |
AVSmpte436mWrappingType | wrapping_type |
AVSmpte436mPayloadSampleCoding | payload_sample_coding |
uint16_t | payload_sample_count |
uint32_t | payload_array_length |
uint8_t | payload [AV_SMPTE_436M_CODED_ANC_PAYLOAD_CAPACITY] |
the payload, has size payload_array_length. More... | |
An encoded ANC packet within a single AV_CODEC_ID_SMPTE_436M_ANC AVPacket's data.
The repeated section of Table 7 (page 13) of: https://pub.smpte.org/latest/st436/s436m-2006.pdf
Definition at line 117 of file smpte_436m.h.
uint16_t AVSmpte436mCodedAnc::line_number |
Definition at line 118 of file smpte_436m.h.
Referenced by mcc_read_header(), mcc_write_packet(), smpte_436m_anc_decode_entry(), and smpte_436m_anc_encode_entry().
AVSmpte436mWrappingType AVSmpte436mCodedAnc::wrapping_type |
Definition at line 119 of file smpte_436m.h.
Referenced by av_smpte_436m_coded_anc_validate(), mcc_read_header(), mcc_write_packet(), smpte_436m_anc_decode_entry(), and smpte_436m_anc_encode_entry().
AVSmpte436mPayloadSampleCoding AVSmpte436mCodedAnc::payload_sample_coding |
Definition at line 120 of file smpte_436m.h.
Referenced by av_smpte_436m_coded_anc_validate(), ff_smpte436m_to_eia608_filter(), mcc_read_header(), mcc_write_packet(), smpte_436m_anc_decode_entry(), and smpte_436m_anc_encode_entry().
uint16_t AVSmpte436mCodedAnc::payload_sample_count |
Definition at line 121 of file smpte_436m.h.
Referenced by av_smpte_436m_coded_anc_validate(), ff_smpte436m_to_eia608_filter(), mcc_read_header(), mcc_write_packet(), smpte_436m_anc_decode_entry(), and smpte_436m_anc_encode_entry().
uint32_t AVSmpte436mCodedAnc::payload_array_length |
Definition at line 122 of file smpte_436m.h.
Referenced by av_smpte_436m_coded_anc_validate(), mcc_read_header(), smpte_436m_anc_decode_entry(), and smpte_436m_anc_encode_entry().
uint8_t AVSmpte436mCodedAnc::payload[AV_SMPTE_436M_CODED_ANC_PAYLOAD_CAPACITY] |
the payload, has size payload_array_length.
can be decoded into AVSmpte291mAnc8bit
Definition at line 126 of file smpte_436m.h.
Referenced by ff_smpte436m_to_eia608_filter(), mcc_read_header(), mcc_write_packet(), smpte_436m_anc_decode_entry(), and smpte_436m_anc_encode_entry().