FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions | Variables
vocenc.c File Reference
#include "voc.h"
#include "internal.h"

Go to the source code of this file.

Data Structures

struct  VocEncContext
 

Functions

static int voc_write_header (AVFormatContext *s)
 
static int voc_write_packet (AVFormatContext *s, AVPacket *pkt)
 
static int voc_write_trailer (AVFormatContext *s)
 

Variables

AVOutputFormat ff_voc_muxer
 

Function Documentation

static int voc_write_header ( AVFormatContext s)
static

Definition at line 30 of file vocenc.c.

static int voc_write_packet ( AVFormatContext s,
AVPacket pkt 
)
static

Definition at line 54 of file vocenc.c.

static int voc_write_trailer ( AVFormatContext s)
static

Definition at line 92 of file vocenc.c.

Variable Documentation

AVOutputFormat ff_voc_muxer
Initial value:
= {
.name = "voc",
.long_name = NULL_IF_CONFIG_SMALL("Creative Voice"),
.mime_type = "audio/x-voc",
.extensions = "voc",
.priv_data_size = sizeof(VocEncContext),
.audio_codec = AV_CODEC_ID_PCM_S16LE,
.video_codec = AV_CODEC_ID_NONE,
.codec_tag = (const AVCodecTag* const []){ ff_voc_codec_tags, 0 },
}

Definition at line 98 of file vocenc.c.