26 #ifndef AVFORMAT_HEVC_H
27 #define AVFORMAT_HEVC_H
52 int size,
int filter_ps,
int *ps_count);
78 int *
size,
int filter_ps,
int *ps_count);
96 int size,
int ps_array_completeness);
ptrdiff_t const GLvoid * data
int ff_hevc_annexb2mp4_buf(const uint8_t *buf_in, uint8_t **buf_out, int *size, int filter_ps, int *ps_count)
Writes Annex B formatted HEVC NAL units to a data buffer.
int ff_isom_write_hvcc(AVIOContext *pb, const uint8_t *data, int size, int ps_array_completeness)
Writes HEVC extradata (parameter sets, declarative SEI NAL units) to the provided AVIOContext...
int ff_hevc_annexb2mp4(AVIOContext *pb, const uint8_t *buf_in, int size, int filter_ps, int *ps_count)
Writes Annex B formatted HEVC NAL units to the provided AVIOContext.