#include "avcodec.h"
#include "internal.h"
#include "mathops.h"
#include "put_bits.h"
Go to the source code of this file.
◆ AES3_HEADER_LEN
#define AES3_HEADER_LEN 4 |
◆ s302m_encode_init()
◆ s302m_encode2_frame()
◆ ff_s302m_encoder
Initial value:= {
.name = "s302m",
.supported_samplerates = (const int[]) { 48000, 0 },
}
static av_cold int init(AVCodecContext *avctx)
#define AV_CODEC_CAP_EXPERIMENTAL
Codec is experimental and is thus avoided in favor of non experimental encoders.
static int s302m_encode2_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
#define AV_CODEC_CAP_VARIABLE_FRAME_SIZE
Audio encoder supports receiving a different number of samples in each call.
AVSampleFormat
Audio sample formats.
static enum AVSampleFormat sample_fmts[]
static av_cold int s302m_encode_init(AVCodecContext *avctx)
Definition at line 170 of file s302menc.c.