FFmpeg
Data Structures | Functions | Variables
rka.c File Reference
#include "libavutil/dict.h"
#include "libavutil/intreadwrite.h"
#include "apetag.h"
#include "avformat.h"
#include "avio_internal.h"
#include "demux.h"
#include "internal.h"

Go to the source code of this file.

Data Structures

struct  RKAContext
 

Functions

static int rka_probe (const AVProbeData *p)
 
static int rka_read_header (AVFormatContext *s)
 
static int rka_read_packet (AVFormatContext *s, AVPacket *pkt)
 
static int rka_read_seek (AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
 

Variables

const FFInputFormat ff_rka_demuxer
 

Function Documentation

◆ rka_probe()

static int rka_probe ( const AVProbeData p)
static

Definition at line 37 of file rka.c.

◆ rka_read_header()

static int rka_read_header ( AVFormatContext s)
static

Definition at line 50 of file rka.c.

◆ rka_read_packet()

static int rka_read_packet ( AVFormatContext s,
AVPacket pkt 
)
static

Definition at line 127 of file rka.c.

◆ rka_read_seek()

static int rka_read_seek ( AVFormatContext s,
int  stream_index,
int64_t  timestamp,
int  flags 
)
static

Definition at line 149 of file rka.c.

Variable Documentation

◆ ff_rka_demuxer

const FFInputFormat ff_rka_demuxer
Initial value:
= {
.p.name = "rka",
.p.long_name = NULL_IF_CONFIG_SMALL("RKA (RK Audio)"),
.p.extensions = "rka",
.priv_data_size = sizeof(RKAContext),
}

Definition at line 164 of file rka.c.

rka_read_packet
static int rka_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: rka.c:127
rka_read_seek
static int rka_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags)
Definition: rka.c:149
read_seek
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
Definition: libcdio.c:151
read_packet
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
Definition: avio_read_callback.c:42
RKAContext
Definition: rka.c:85
read_header
static int read_header(FFV1Context *f)
Definition: ffv1dec.c:550
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
rka_read_header
static int rka_read_header(AVFormatContext *s)
Definition: rka.c:50
rka_probe
static int rka_probe(const AVProbeData *p)
Definition: rka.c:37
read_probe
static int read_probe(const AVProbeData *p)
Definition: cdg.c:30