#include <vo-amrwbenc/enc_if.h>
#include "avcodec.h"
#include "libavutil/avstring.h"
#include "libavutil/opt.h"
Go to the source code of this file.
static int amr_wb_encode_frame |
( |
AVCodecContext * |
avctx, |
|
|
unsigned char * |
frame, |
|
|
int |
buf_size, |
|
|
void * |
data |
|
) |
| |
|
static |
static int get_wb_bitrate_mode |
( |
int |
bitrate, |
|
|
void * |
log_ctx |
|
) |
| |
|
static |
Initial value:= {
.name = "libvo_amrwbenc",
"(AMR) Wide-Band"),
.priv_class = &class,
}
struct AMRWBContext AMRWBContext
static int init(AVCodecParserContext *s)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static void close(AVCodecParserContext *s)
static int amr_wb_encode_frame(AVCodecContext *avctx, unsigned char *frame, int buf_size, void *data)
AVSampleFormat
all in native-endian format
static int amr_wb_encode_close(AVCodecContext *avctx)
static av_cold int amr_wb_encode_init(AVCodecContext *avctx)
Definition at line 120 of file libvo-amrwbenc.c.
Initial value:= {
}
#define AV_OPT_FLAG_AUDIO_PARAM
#define AV_OPT_FLAG_ENCODING_PARAM
a generic parameter which can be set by the user for muxing or encoding
Definition at line 36 of file libvo-amrwbenc.c.