Libav
|
#include <stdint.h>
#include "libavutil/pixfmt.h"
#include "libavutil/rational.h"
#include "avcodec.h"
Go to the source code of this file.
Data Structures | |
struct | AVDVProfile |
Functions | |
const AVDVProfile * | av_dv_frame_profile (const AVDVProfile *sys, const uint8_t *frame, unsigned buf_size) |
Get a DV profile for the provided compressed frame. More... | |
const AVDVProfile * | av_dv_codec_profile (int width, int height, enum AVPixelFormat pix_fmt) |
Get a DV profile for the provided stream parameters. More... | |
const AVDVProfile* av_dv_frame_profile | ( | const AVDVProfile * | sys, |
const uint8_t * | frame, | ||
unsigned | buf_size | ||
) |
Get a DV profile for the provided compressed frame.
sys | the profile used for the previous frame, may be NULL |
frame | the compressed data buffer |
buf_size | size of the buffer in bytes |
Definition at line 267 of file dv_profile.c.
Referenced by avpriv_dv_produce_packet(), dv_read_header(), and dvvideo_decode_frame().
const AVDVProfile* av_dv_codec_profile | ( | int | width, |
int | height, | ||
enum AVPixelFormat | pix_fmt | ||
) |
Get a DV profile for the provided stream parameters.
Definition at line 296 of file dv_profile.c.
Referenced by dv_frame_offset(), dv_init_mux(), and dvvideo_encode_init().