FFmpeg
|
vocenc.c File Reference
Include dependency graph for vocenc.c:
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
typedef struct voc_enc_context VocEncContext |
Function Documentation
|
static |
|
static |
|
static |
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,
}
Definition: libavcodec/avcodec.h:100
static int write_packet(AVFormatContext *s, AVPacket *pkt)
Definition: libavformat/assenc.c:63
struct voc_enc_context VocEncContext
static int voc_write_packet(AVFormatContext *s, AVPacket *pkt)
Definition: vocenc.c:54
Definition: libavformat/internal.h:35
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
Definition: libavcodec/avcodec.h:299
Generated on Mon Nov 18 2024 06:52:10 for FFmpeg by 1.8.11