FFmpeg
|
#include <stdint.h>
#include "libavutil/intreadwrite.h"
#include "libavutil/rational.h"
#include "libavcodec/evc.h"
#include "avio.h"
Go to the source code of this file.
Functions | |
static int | evc_get_nalu_type (const uint8_t *p, int bits_size) |
static uint32_t | evc_read_nal_unit_length (const uint8_t *bits, int bits_size) |
int | ff_isom_write_evcc (AVIOContext *pb, const uint8_t *data, int size, int ps_array_completeness) |
Writes EVC sample metadata to the provided AVIOContext. More... | |
Definition at line 32 of file evc.h.
Referenced by annexb_probe(), and ff_isom_write_evcc().
|
inlinestatic |
int ff_isom_write_evcc | ( | AVIOContext * | pb, |
const uint8_t * | data, | ||
int | size, | ||
int | ps_array_completeness | ||
) |
Writes EVC sample metadata to the provided AVIOContext.
pb | pointer to the AVIOContext where the evc sample metadata shall be written |
buf | input data buffer |
size | size in bytes of the input data buffer |
ps_array_completeness |
Definition at line 301 of file evc.c.
Referenced by mov_write_evcc_tag().