FFmpeg
|
Go to the source code of this file.
Functions | |
void | ff_dv_print_profiles (void *logctx, int loglevel) |
Print all allowed DV profiles into logctx at specified logging level. More... | |
const AVDVProfile * | ff_dv_frame_profile (AVCodecContext *codec, const AVDVProfile *sys, const uint8_t *frame, unsigned buf_size) |
Get a DV profile for the provided compressed frame. More... | |
void ff_dv_print_profiles | ( | void * | logctx, |
int | loglevel | ||
) |
Print all allowed DV profiles into logctx at specified logging level.
Referenced by dvvideo_encode_init().
const AVDVProfile* ff_dv_frame_profile | ( | AVCodecContext * | codec, |
const AVDVProfile * | sys, | ||
const uint8_t * | frame, | ||
unsigned | buf_size | ||
) |
Get a DV profile for the provided compressed frame.
Definition at line 261 of file dv_profile.c.
Referenced by av_dv_frame_profile(), and dvvideo_decode_frame().