FFmpeg
|
wvenc.c File Reference
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "internal.h"
#include "avio_internal.h"
#include "apetag.h"
Include dependency graph for wvenc.c:
Go to the source code of this file.
Data Structures | |
struct | WVMuxContext |
Macros | |
#define | WV_EXTRA_SIZE 12 |
#define | WV_END_BLOCK 0x1000 |
Functions | |
static int | write_header (AVFormatContext *s) |
static int | write_packet (AVFormatContext *s, AVPacket *pkt) |
static int | write_trailer (AVFormatContext *s) |
Variables | |
AVOutputFormat | ff_wv_muxer |
Macro Definition Documentation
#define WV_END_BLOCK 0x1000 |
Definition at line 29 of file wvenc.c.
Referenced by write_packet().
#define WV_EXTRA_SIZE 12 |
Definition at line 28 of file wvenc.c.
Referenced by write_packet().
Function Documentation
|
static |
|
static |
|
static |
Variable Documentation
AVOutputFormat ff_wv_muxer |
Initial value:
= {
.name = "wv",
.long_name = NULL_IF_CONFIG_SMALL("WavPack"),
.priv_data_size = sizeof(WVMuxContext),
.extensions = "wv",
.audio_codec = AV_CODEC_ID_WAVPACK,
.video_codec = AV_CODEC_ID_NONE,
}
Definition: libavcodec/avcodec.h:100
Definition: libavcodec/avcodec.h:406
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
Definition: wvenc.c:31
Generated on Mon Nov 18 2024 06:52:10 for FFmpeg by 1.8.11