FFmpeg
Functions | Variables
musx.c File Reference
#include "libavutil/avassert.h"
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "demux.h"
#include "internal.h"

Go to the source code of this file.

Functions

static int musx_probe (const AVProbeData *p)
 
static int musx_read_header (AVFormatContext *s)
 
static int musx_read_packet (AVFormatContext *s, AVPacket *pkt)
 

Variables

const FFInputFormat ff_musx_demuxer
 

Function Documentation

◆ musx_probe()

static int musx_probe ( const AVProbeData p)
static

Definition at line 28 of file musx.c.

◆ musx_read_header()

static int musx_read_header ( AVFormatContext s)
static

Definition at line 46 of file musx.c.

◆ musx_read_packet()

static int musx_read_packet ( AVFormatContext s,
AVPacket pkt 
)
static

Definition at line 175 of file musx.c.

Variable Documentation

◆ ff_musx_demuxer

const FFInputFormat ff_musx_demuxer
Initial value:
= {
.p.name = "musx",
.p.long_name = NULL_IF_CONFIG_SMALL("Eurocom MUSX"),
.p.extensions = "musx",
.read_probe = musx_probe,
.read_header = musx_read_header,
.read_packet = musx_read_packet,
}

Definition at line 182 of file musx.c.

musx_read_packet
static int musx_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: musx.c:175
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
musx_probe
static int musx_probe(const AVProbeData *p)
Definition: musx.c:28
musx_read_header
static int musx_read_header(AVFormatContext *s)
Definition: musx.c:46