Go to the source code of this file.
#define AES3_HEADER_LEN 4 |
Initial value:= {
{
"non_pcm_mode",
"Chooses what to do with NON-PCM", 0x42,
AV_OPT_TYPE_INT, {.i64 = 3}, 0, 3,
FLAGS,
"non_pcm_mode"},
{
"decode_copy" ,
"Decode if possible else passthrough", 0,
AV_OPT_TYPE_CONST, {.i64 = 2}, 0, 3,
FLAGS,
"non_pcm_mode"},
{
"decode_drop" ,
"Decode if possible else drop" , 0,
AV_OPT_TYPE_CONST, {.i64 = 3}, 0, 3,
FLAGS,
"non_pcm_mode"},
}
Definition at line 205 of file s302m.c.
Initial value:= {
"SMPTE 302M Decoder",
}
#define LIBAVUTIL_VERSION_INT
static const AVOption s302m_options[]
Definition at line 214 of file s302m.c.
Initial value:= {
.name = "s302m",
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static const AVClass s302m_class
static int decode(AVCodecContext *avctx, void *data, int *got_sub, AVPacket *avpkt)
static int s302m_decode_frame(AVCodecContext *avctx, void *data, int *got_frame_ptr, AVPacket *avpkt)
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() for allocating buffers and supports custom allocators.
Definition at line 221 of file s302m.c.