FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
daudenc.c File Reference
#include "avformat.h"

Go to the source code of this file.

Functions

static int daud_write_header (struct AVFormatContext *s)
 
static int daud_write_packet (struct AVFormatContext *s, AVPacket *pkt)
 

Variables

AVOutputFormat ff_daud_muxer
 

Function Documentation

static int daud_write_header ( struct AVFormatContext s)
static

Definition at line 24 of file daudenc.c.

static int daud_write_packet ( struct AVFormatContext s,
AVPacket pkt 
)
static

Definition at line 32 of file daudenc.c.

Variable Documentation

AVOutputFormat ff_daud_muxer
Initial value:
= {
.name = "daud",
.long_name = NULL_IF_CONFIG_SMALL("D-Cinema audio"),
.extensions = "302",
.audio_codec = AV_CODEC_ID_PCM_S24DAUD,
.video_codec = AV_CODEC_ID_NONE,
.write_header = daud_write_header,
.write_packet = daud_write_packet,
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:175
static int daud_write_packet(struct AVFormatContext *s, AVPacket *pkt)
Definition: daudenc.c:32
#define AVFMT_NOTIMESTAMPS
Format does not need / have any timestamps.
Definition: avformat.h:472
static int daud_write_header(struct AVFormatContext *s)
Definition: daudenc.c:24

Definition at line 45 of file daudenc.c.