FFmpeg
Functions | Variables
dauddec.c File Reference
#include "libavutil/channel_layout.h"
#include "avformat.h"
#include "demux.h"
#include "internal.h"

Go to the source code of this file.

Functions

static int daud_header (AVFormatContext *s)
 
static int daud_packet (AVFormatContext *s, AVPacket *pkt)
 

Variables

const FFInputFormat ff_daud_demuxer
 

Function Documentation

◆ daud_header()

static int daud_header ( AVFormatContext s)
static

Definition at line 27 of file dauddec.c.

◆ daud_packet()

static int daud_packet ( AVFormatContext s,
AVPacket pkt 
)
static

Definition at line 45 of file dauddec.c.

Variable Documentation

◆ ff_daud_demuxer

const FFInputFormat ff_daud_demuxer
Initial value:
= {
.p.name = "daud",
.p.long_name = NULL_IF_CONFIG_SMALL("D-Cinema audio"),
.p.extensions = "302,daud",
.read_header = daud_header,
.read_packet = daud_packet,
}

Definition at line 57 of file dauddec.c.

daud_header
static int daud_header(AVFormatContext *s)
Definition: dauddec.c:27
daud_packet
static int daud_packet(AVFormatContext *s, AVPacket *pkt)
Definition: dauddec.c:45
NULL_IF_CONFIG_SMALL
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition: internal.h:94