#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.
◆ WV_DEFAULT_BLOCK_SIZE
#define WV_DEFAULT_BLOCK_SIZE 32768 |
◆ wavpack_encode_frame()
◆ encode_callback()
static int encode_callback |
( |
void * |
id, |
|
|
void * |
data, |
|
|
int32_t |
count |
|
) |
| |
|
static |
◆ wavpack_encode_init()
◆ wavpack_encode_close()
◆ ff_libwavpack_encoder
Initial value:= {
.name = "libwavpack",
.wrapper_name = "libwavpack",
}
Definition at line 183 of file libwavpackenc.c.