#include <vorbis/vorbisenc.h>
#include "libavutil/avassert.h"
#include "libavutil/fifo.h"
#include "libavutil/opt.h"
#include "avcodec.h"
#include "audio_frame_queue.h"
#include "internal.h"
#include "vorbis.h"
#include "vorbis_parser.h"
Go to the source code of this file.
#define BUFFER_SIZE (1024 * 64) |
#define OGGVORBIS_FRAME_SIZE 64 |
static int vorbis_error_to_averror |
( |
int |
ov_err | ) |
|
|
static |
static int xiph_len |
( |
int |
l | ) |
|
|
static |
Initial value:= {
.name = "libvorbis",
.priv_class = &class,
}
static av_cold int init(AVCodecContext *avctx)
static av_cold int oggvorbis_encode_close(AVCodecContext *avctx)
static av_cold int oggvorbis_encode_init(AVCodecContext *avctx)
static const AVCodecDefault defaults[]
#define CODEC_CAP_DELAY
Encoder or decoder requires flushing with NULL input at the end in order to give the complete and cor...
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
struct OggVorbisEncContext OggVorbisEncContext
static void close(AVCodecParserContext *s)
static int oggvorbis_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr)
AVSampleFormat
Audio Sample Formats.
static enum AVSampleFormat sample_fmts[]
Definition at line 364 of file libvorbisenc.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 57 of file libvorbisenc.c.