FFmpeg
|
#include <twolame.h>
#include "libavutil/channel_layout.h"
#include "libavutil/common.h"
#include "libavutil/opt.h"
#include "avcodec.h"
#include "encode.h"
#include "internal.h"
#include "mpegaudio.h"
Go to the source code of this file.
Data Structures | |
struct | TWOLAMEContext |
Macros | |
#define | OFFSET(x) offsetof(TWOLAMEContext, x) |
#define | AE AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
Functions | |
static av_cold int | twolame_encode_close (AVCodecContext *avctx) |
static av_cold int | twolame_encode_init (AVCodecContext *avctx) |
static int | twolame_encode_frame (AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr) |
Variables | |
static const AVOption | options [] |
static const AVClass | twolame_class |
static const AVCodecDefault | twolame_defaults [] |
static const int | twolame_samplerates [] |
const AVCodec | ff_libtwolame_encoder |
Interface to libtwolame for mp2 encoding.
Definition in file libtwolame.c.
#define OFFSET | ( | x | ) | offsetof(TWOLAMEContext, x) |
Definition at line 177 of file libtwolame.c.
#define AE AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
Definition at line 178 of file libtwolame.c.
|
static |
Definition at line 52 of file libtwolame.c.
Referenced by twolame_encode_init().
|
static |
Definition at line 59 of file libtwolame.c.
|
static |
Definition at line 109 of file libtwolame.c.
|
static |
Definition at line 179 of file libtwolame.c.
|
static |
Definition at line 195 of file libtwolame.c.
|
static |
Definition at line 202 of file libtwolame.c.
|
static |
Definition at line 207 of file libtwolame.c.
const AVCodec ff_libtwolame_encoder |
Definition at line 211 of file libtwolame.c.