#include <wavpack/wavpack.h>
#include <string.h>
#include "libavutil/attributes.h"
#include "libavutil/opt.h"
#include "libavutil/samplefmt.h"
#include "audio_frame_queue.h"
#include "avcodec.h"
#include "internal.h"
Go to the source code of this file.
#define WV_DEFAULT_BLOCK_SIZE 32768 |
Initial value:= {
.name = "libwavpack",
}
static av_cold int wavpack_encode_init(AVCodecContext *avctx)
static av_cold int init(AVCodecContext *avctx)
#define CODEC_CAP_DELAY
Encoder or decoder requires flushing with NULL input at the end in order to give the complete and cor...
#define CODEC_CAP_SMALL_LAST_FRAME
Codec can be fed a final frame with a smaller size.
static int wavpack_encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_output)
static av_cold int wavpack_encode_close(AVCodecContext *avctx)
AVSampleFormat
Audio sample formats.
static enum AVSampleFormat sample_fmts[]
Definition at line 183 of file libwavpackenc.c.