Libav
|
Interface to Dirac Decoder/Encoder. More...
#include "avcodec.h"
Go to the source code of this file.
Data Structures | |
struct | AVDiracSeqHeader |
Functions | |
int | av_dirac_parse_sequence_header (AVDiracSeqHeader **dsh, const uint8_t *buf, size_t buf_size, void *log_ctx) |
Parse a Dirac sequence header. More... | |
Interface to Dirac Decoder/Encoder.
Definition in file dirac.h.
int av_dirac_parse_sequence_header | ( | AVDiracSeqHeader ** | dsh, |
const uint8_t * | buf, | ||
size_t | buf_size, | ||
void * | log_ctx | ||
) |
Parse a Dirac sequence header.
dsh | this function will allocate and fill an AVDiracSeqHeader struct and write it into this pointer. The caller must free it with av_free(). |
buf | the data buffer |
buf_size | the size of the data buffer in bytes |
log_ctx | if non-NULL, this function will log errors here |
Definition at line 387 of file dirac.c.
Referenced by dirac_header().