#include <stdint.h>
#include <string.h>
#include "libavutil/dict.h"
#include "libavutil/common.h"
#include "libavutil/mathematics.h"
#include "libavutil/opt.h"
#include "avformat.h"
#include "avio.h"
#include "avio_internal.h"
#include "internal.h"
#include "riff.h"
Go to the source code of this file.
Initial value:
Definition at line 195 of file wavenc.c.
Initial value:= {
.class_name = "WAV muxer",
}
static const AVOption options[]
av_default_item_name
Return the context name.
Definition at line 200 of file wavenc.c.
Initial value:= {
.name = "wav",
.mime_type = "audio/x-wav",
.extensions = "wav",
}
static int wav_write_trailer(AVFormatContext *s)
static int wav_write_header(AVFormatContext *s)
static int wav_write_packet(AVFormatContext *s, AVPacket *pkt)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
const AVCodecTag ff_codec_wav_tags[]
static const AVClass wav_muxer_class
static void write_header(FFV1Context *f)
Definition at line 207 of file wavenc.c.