#include <stdint.h>
#include "libavutil/pixfmt.h"
#include "libavutil/rational.h"
#include "avcodec.h"
Go to the source code of this file.
◆ DV_PROFILE_BYTES
| #define DV_PROFILE_BYTES (6 * 80) /* 6 DIF blocks */ |
◆ AVDVProfile
◆ av_dv_codec_profile()
Get a DV profile for the provided stream parameters.
◆ av_dv_codec_profile2()
Get a DV profile for the provided stream parameters. The frame rate is used as a best-effort parameter.
◆ av_dv_frame_profile()
Get a DV profile for the provided compressed frame.
- Parameters
-
| sys | the profile used for the previous frame, may be NULL |
| frame | the compressed data buffer |
| buf_size | size of the buffer in bytes |
- Returns
- the DV profile for the supplied data or NULL on failure