libavformat/vocenc.c File Reference

#include "voc.h"
#include "internal.h"

Go to the source code of this file.

Data Structures

struct  voc_enc_context

Typedefs

typedef struct voc_enc_context 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


Typedef Documentation


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 48 of file vocenc.c.

static int voc_write_trailer ( AVFormatContext s  )  [static]

Definition at line 86 of file vocenc.c.


Variable Documentation

Initial value:

 {
    "voc",
    NULL_IF_CONFIG_SMALL("Creative Voice file format"),
    "audio/x-voc",
    "voc",
    sizeof(VocEncContext),
    CODEC_ID_PCM_U8,
    CODEC_ID_NONE,
    voc_write_header,
    voc_write_packet,
    voc_write_trailer,
    .codec_tag=(const AVCodecTag* const []){ff_voc_codec_tags, 0},
}

Definition at line 92 of file vocenc.c.


Generated on Fri Oct 26 02:39:49 2012 for FFmpeg by  doxygen 1.5.8