#include "libavutil/attributes.h"
#include "apetag.h"
#include "avformat.h"
#include "wv.h"
Go to the source code of this file.
Initial value:= {
.name = "wv",
.mime_type = "audio/x-wavpack",
.extensions = "wv",
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static av_cold int wv_write_header(AVFormatContext *ctx)
static int write_trailer(AVFormatContext *s1)
static av_cold int wv_write_trailer(AVFormatContext *ctx)
static void write_packet(OutputFile *of, AVPacket *pkt, OutputStream *ost)
static int wv_write_packet(AVFormatContext *ctx, AVPacket *pkt)
static void write_header(FFV1Context *f)
Definition at line 79 of file wvenc.c.