#include "avcodec.h"
#include "internal.h"
#include "mathops.h"
#include "put_bits.h"
 
Go to the source code of this file.
      
        
          | #define AES3_HEADER_LEN   4 | 
        
      
 
 
Initial value:= {
    .name                  = "s302m",
    .supported_samplerates = (const int[]) { 48000, 0 },
}
#define CODEC_CAP_VARIABLE_FRAME_SIZE
Audio encoder supports receiving a different number of samples in each call. 
 
static av_cold int init(AVCodecContext *avctx)
 
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. ...
 
AVSampleFormat
Audio sample formats. 
 
#define CODEC_CAP_EXPERIMENTAL
Codec is experimental and is thus avoided in favor of non experimental encoders. 
 
static enum AVSampleFormat sample_fmts[]
 
static av_cold int s302m_encode_init(AVCodecContext *avctx)
 
 
Definition at line 165 of file s302menc.c.