|
FFmpeg
4.0
|
Interface to libtwolame for mp2 encoding. More...
#include <twolame.h>#include "libavutil/common.h"#include "libavutil/opt.h"#include "avcodec.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 [] |
| AVCodec | ff_libtwolame_encoder |
Interface to libtwolame for mp2 encoding.
Definition in file libtwolame.c.
| #define OFFSET | ( | x | ) | offsetof(TWOLAMEContext, x) |
Definition at line 171 of file libtwolame.c.
| #define AE AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
Definition at line 172 of file libtwolame.c.
|
static |
Definition at line 50 of file libtwolame.c.
Referenced by twolame_encode_init().
|
static |
Definition at line 57 of file libtwolame.c.
|
static |
Definition at line 103 of file libtwolame.c.
|
static |
Definition at line 173 of file libtwolame.c.
|
static |
Definition at line 189 of file libtwolame.c.
|
static |
Definition at line 196 of file libtwolame.c.
|
static |
Definition at line 201 of file libtwolame.c.
| AVCodec ff_libtwolame_encoder |
Definition at line 205 of file libtwolame.c.
1.8.13