#include "voc.h"
#include "internal.h"
Go to the source code of this file.
Initial value:= {
.name = "voc",
.mime_type = "audio/x-voc",
.extensions = "voc",
}
static void write_packet(OutputFile *of, AVPacket *pkt, OutputStream *ost, int unqueue)
static int voc_write_packet(AVFormatContext *s, AVPacket *pkt)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int voc_write_trailer(AVFormatContext *s)
static int write_trailer(AVFormatContext *s1)
const AVCodecTag ff_voc_codec_tags[]
static void write_header(FFV1Context *f)
static int voc_write_header(AVFormatContext *s)
Definition at line 98 of file vocenc.c.