FFmpeg
Functions | Variables
rsodec.c File Reference
#include "libavutil/channel_layout.h"
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "demux.h"
#include "internal.h"
#include "pcm.h"
#include "rso.h"

Go to the source code of this file.

Functions

static int rso_read_header (AVFormatContext *s)
 

Variables

const FFInputFormat ff_rso_demuxer
 

Function Documentation

◆ rso_read_header()

static int rso_read_header ( AVFormatContext s)
static

Definition at line 31 of file rsodec.c.

Variable Documentation

◆ ff_rso_demuxer

const FFInputFormat ff_rso_demuxer
Initial value:
= {
.p.name = "rso",
.p.long_name = NULL_IF_CONFIG_SMALL("Lego Mindstorms RSO"),
.p.extensions = "rso",
.p.codec_tag = ff_rso_codec_tags_list,
.read_header = rso_read_header,
.read_packet = ff_pcm_read_packet,
.read_seek = ff_pcm_read_seek,
}

Definition at line 75 of file rsodec.c.

ff_rso_codec_tags_list
const AVCodecTag *const ff_rso_codec_tags_list[]
Definition: rso.c:32
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
rso_read_header
static int rso_read_header(AVFormatContext *s)
Definition: rsodec.c:31
ff_pcm_read_packet
int ff_pcm_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: pcm.c:57
ff_pcm_read_seek
int ff_pcm_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
Definition: pcm.c:73