#include <stdint.h>
#include <string.h>
#include "libavutil/dict.h"
#include "libavutil/common.h"
#include "libavutil/mathematics.h"
#include "libavutil/opt.h"
#include "avformat.h"
#include "avio.h"
#include "avio_internal.h"
#include "internal.h"
#include "riff.h"
Go to the source code of this file.
Data Structures | |
struct | WAVMuxContext |
Macros | |
#define | OFFSET(x) offsetof(WAVMuxContext, x) |
#define | ENC AV_OPT_FLAG_ENCODING_PARAM |
Typedefs | |
typedef struct WAVMuxContext | WAVMuxContext |
Functions | |
static void | bwf_write_bext_string (AVFormatContext *s, const char *key, int maxlen) |
static void | bwf_write_bext_chunk (AVFormatContext *s) |
static int | wav_write_header (AVFormatContext *s) |
static int | wav_write_packet (AVFormatContext *s, AVPacket *pkt) |
static int | wav_write_trailer (AVFormatContext *s) |
Variables | |
static const AVOption | options [] |
static const AVClass | wav_muxer_class |
AVOutputFormat | ff_wav_muxer |
#define ENC AV_OPT_FLAG_ENCODING_PARAM |
#define OFFSET | ( | x) | offsetof(WAVMuxContext, x) |
typedef struct WAVMuxContext WAVMuxContext |
|
static |
Definition at line 60 of file wavenc.c.
Referenced by wav_write_header().
|
inlinestatic |
Definition at line 46 of file wavenc.c.
Referenced by bwf_write_bext_chunk().
|
static |
|
static |
|
static |
AVOutputFormat ff_wav_muxer |
|
static |
|
static |