Go to the documentation of this file.
19 #ifndef AVCODEC_DV_PROFILE_H
20 #define AVCODEC_DV_PROFILE_H
30 #define DV_PROFILE_BYTES (6 * 80)
70 const uint8_t *
frame,
unsigned buf_size);
AVPixelFormat
Pixel format.
Utilties for rational number calculation.
const AVDVProfile * av_dv_codec_profile(int width, int height, enum AVPixelFormat pix_fmt)
Get a DV profile for the provided stream parameters.
enum AVPixelFormat pix_fmt
static enum AVPixelFormat pix_fmt
Rational number (pair of numerator and denominator).
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.
const uint8_t * block_sizes
int audio_samples_dist[5]
Libavcodec external API header.
const uint8_t(* audio_shuffle)[9]
const AVDVProfile * av_dv_codec_profile2(int width, int height, enum AVPixelFormat pix_fmt, AVRational frame_rate)
Get a DV profile for the provided stream parameters.