FFmpeg
|
#include "libavutil/intreadwrite.h"
#include "libavutil/log.h"
#include "avcodec.h"
#include "internal.h"
#include "mathops.h"
Include dependency graph for s302m.c:
Go to the source code of this file.
Macros | |
#define | AES3_HEADER_LEN 4 |
Functions | |
static int | s302m_parse_frame_header (AVCodecContext *avctx, const uint8_t *buf, int buf_size) |
static int | s302m_decode_frame (AVCodecContext *avctx, void *data, int *got_frame_ptr, AVPacket *avpkt) |
Variables | |
AVCodec | ff_s302m_decoder |
Macro Definition Documentation
#define AES3_HEADER_LEN 4 |
Definition at line 29 of file s302m.c.
Referenced by s302m_decode_frame(), and s302m_parse_frame_header().
Function Documentation
|
static |
|
static |
Definition at line 31 of file s302m.c.
Referenced by s302m_decode_frame().
Variable Documentation
AVCodec ff_s302m_decoder |
Initial value:
= {
.name = "s302m",
.type = AVMEDIA_TYPE_AUDIO,
.id = AV_CODEC_ID_S302M,
.decode = s302m_decode_frame,
.capabilities = CODEC_CAP_DR1,
.long_name = NULL_IF_CONFIG_SMALL("SMPTE 302M"),
}
#define CODEC_CAP_DR1
Codec uses get_buffer() for allocating buffers and supports custom allocators.
Definition: libavcodec/avcodec.h:743
Definition: libavcodec/avcodec.h:325
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
Definition: avutil.h:144
static int s302m_decode_frame(AVCodecContext *avctx, void *data, int *got_frame_ptr, AVPacket *avpkt)
Definition: s302m.c:91
Generated on Mon Nov 18 2024 06:52:09 for FFmpeg by 1.8.11