FFmpeg
|
Iterator over the ANC packets in a single AV_CODEC_ID_SMPTE_436M_ANC AVPacket's data. More...
#include <smpte_436m.h>
Data Fields | |
uint16_t | anc_packets_left |
int | size_left |
const uint8_t * | data_left |
Iterator over the ANC packets in a single AV_CODEC_ID_SMPTE_436M_ANC AVPacket's data.
Definition at line 30 of file smpte_436m.h.
uint16_t AVSmpte436mAncIterator::anc_packets_left |
Definition at line 31 of file smpte_436m.h.
Referenced by av_smpte_436m_anc_iter_init(), and av_smpte_436m_anc_iter_next().
int AVSmpte436mAncIterator::size_left |
Definition at line 32 of file smpte_436m.h.
Referenced by av_smpte_436m_anc_iter_init(), and av_smpte_436m_anc_iter_next().
const uint8_t* AVSmpte436mAncIterator::data_left |
Definition at line 33 of file smpte_436m.h.
Referenced by av_smpte_436m_anc_iter_next().