FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | H264SPS |
Functions | |
int | ff_isom_write_avcc (AVIOContext *pb, const uint8_t *data, int len) |
int | ff_avc_write_annexb_extradata (const uint8_t *in, uint8_t **buf, int *size) |
int | ff_avc_decode_sps (H264SPS *sps, const uint8_t *buf, int buf_size) |
int ff_isom_write_avcc | ( | AVIOContext * | pb, |
const uint8_t * | data, | ||
int | len | ||
) |
Definition at line 31 of file avc.c.
Referenced by flv_write_codec_header(), mkv_assemble_native_codecprivate(), mov_write_avcc_tag(), and set_codec_str().
int ff_avc_write_annexb_extradata | ( | const uint8_t * | in, |
uint8_t ** | buf, | ||
int * | size | ||
) |
Definition at line 144 of file avc.c.
Referenced by get_private_data(), and mov_write_isml_manifest().
int ff_avc_decode_sps | ( | H264SPS * | sps, |
const uint8_t * | buf, | ||
int | buf_size | ||
) |
Definition at line 208 of file avc.c.
Referenced by ff_isom_write_avcc(), and mxf_parse_h264_frame().