#include <vorbis/vorbisenc.h>
#include "avcodec.h"
#include "bytestream.h"
#include "internal.h"
Go to the source code of this file.
static int conv |
( |
int |
samples, |
|
|
float ** |
pcm, |
|
|
char * |
buf, |
|
|
int |
channels |
|
) |
| |
|
inlinestatic |
Initial value:= {
.name = "libvorbis",
}
static av_cold int init(AVCodecContext *avctx)
static void decode(AVCodecContext *dec_ctx, AVPacket *pkt, AVFrame *frame, FILE *outfile)
#define AV_CODEC_CAP_DELAY
Encoder or decoder requires flushing with NULL input at the end in order to give the complete and cor...
static int oggvorbis_decode_init(AVCodecContext *avccontext)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int oggvorbis_decode_frame(AVCodecContext *avccontext, void *data, int *got_frame_ptr, AVPacket *avpkt)
static int oggvorbis_decode_close(AVCodecContext *avccontext)
Definition at line 200 of file libvorbisdec.c.