#include "libavutil/attributes.h"
#include "apetag.h"
#include "avformat.h"
#include "mux.h"
#include "wv.h"
Go to the source code of this file.
◆ wv_write_packet()
◆ wv_write_trailer()
◆ ff_wv_muxer
Initial value:= {
.p.name = "wv",
.p.mime_type = "audio/x-wavpack",
.p.extensions = "wv",
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
#define FF_OFMT_FLAG_MAX_ONE_OF_EACH
If this flag is set, it indicates that for each codec type whose corresponding default codec (i....
#define FF_OFMT_FLAG_ONLY_DEFAULT_CODECS
If this flag is set, then the only permitted audio/video/subtitle codec ids are AVOutputFormat....
static int wv_write_packet(AVFormatContext *ctx, AVPacket *pkt)
static av_cold int wv_write_trailer(AVFormatContext *ctx)
Definition at line 69 of file wvenc.c.