#include "avformat.h"
#include "avio.h"
Go to the source code of this file.
Functions | |
uint8_t * | ff_avc_find_startcode (uint8_t *p, uint8_t *end) |
int | ff_avc_parse_nal_units (uint8_t *buf_in, uint8_t **buf, int *size) |
int | ff_isom_write_avcc (ByteIOContext *pb, uint8_t *data, int len) |
Definition at line 24 of file avc.c.
Referenced by ff_avc_parse_nal_units(), and ff_rtp_send_h264().
Definition at line 61 of file avc.c.
Referenced by ff_isom_write_avcc(), mkv_write_packet(), and mov_write_packet().
int ff_isom_write_avcc | ( | ByteIOContext * | pb, | |
uint8_t * | data, | |||
int | len | |||
) |
Definition at line 84 of file avc.c.
Referenced by mkv_write_codecprivate(), and mov_write_avcc_tag().