FFmpeg
Functions | Variables
musx.c File Reference
#include "libavutil/avassert.h"
#include "libavutil/intreadwrite.h"
#include "avformat.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 AVInputFormat ff_musx_demuxer
 

Function Documentation

◆ musx_probe()

static int musx_probe ( const AVProbeData p)
static

Definition at line 27 of file musx.c.

◆ musx_read_header()

static int musx_read_header ( AVFormatContext s)
static

Definition at line 45 of file musx.c.

◆ musx_read_packet()

static int musx_read_packet ( AVFormatContext s,
AVPacket pkt 
)
static

Definition at line 174 of file musx.c.

Variable Documentation

◆ ff_musx_demuxer

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

Definition at line 181 of file musx.c.

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