#include "voc.h"
Go to the source code of this file.
Data Structures | |
struct | voc_enc_context |
Typedefs | |
typedef struct voc_enc_context | voc_enc_context_t |
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 | voc_muxer |
typedef struct voc_enc_context voc_enc_context_t |
static int voc_write_header | ( | AVFormatContext * | s | ) | [static] |
static int voc_write_packet | ( | AVFormatContext * | s, | |
AVPacket * | pkt | |||
) | [static] |
static int voc_write_trailer | ( | AVFormatContext * | s | ) | [static] |
Initial value:
{ "voc", "Creative Voice File format", "audio/x-voc", "voc", sizeof(voc_enc_context_t), CODEC_ID_PCM_U8, CODEC_ID_NONE, voc_write_header, voc_write_packet, voc_write_trailer, .codec_tag=(const AVCodecTag*[]){voc_codec_tags, 0}, }