19 #ifndef AVCODEC_ATSC_A53_H
20 #define AVCODEC_ATSC_A53_H
41 void **
data,
size_t *sei_size);
int ff_parse_a53_cc(AVBufferRef **pbuf, const uint8_t *data, int size)
Parse a data array for ATSC A53 Part 4 Closed Captions and store them in an AVBufferRef.
int ff_alloc_a53_sei(const AVFrame *frame, size_t prefix_len, void **data, size_t *sei_size)
Check AVFrame for A53 side data and allocate and fill SEI message with A53 info.
refcounted data buffer API
reference-counted frame API
A reference to a data buffer.
This structure describes decoded (raw) audio or video data.