Go to the source code of this file.
◆ AES3_HEADER_LEN
#define AES3_HEADER_LEN 4 |
◆ FLAGS
◆ s302m_parse_frame_header()
◆ s302m_decode_frame()
◆ s302m_options
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.
◆ s302m_class
Initial value:= {
.class_name = "SMPTE 302M Decoder",
}
#define LIBAVUTIL_VERSION_INT
const char * av_default_item_name(void *ptr)
Return the context name.
static const AVOption s302m_options[]
Definition at line 214 of file s302m.c.
◆ ff_s302m_decoder
Initial value:= {
.name = "s302m",
}
static void decode(AVCodecContext *dec_ctx, AVPacket *pkt, AVFrame *frame, FILE *outfile)
#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 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.