FFmpeg
Loading...
Searching...
No Matches
smjpegdec.c File Reference

This is a demuxer for Loki SDL Motion JPEG files. More...

#include <inttypes.h>
#include "libavutil/mem.h"
#include "avformat.h"
#include "demux.h"
#include "internal.h"
#include "smjpeg.h"

Go to the source code of this file.

Data Structures

struct  SMJPEGContext
 

Functions

static int smjpeg_probe (const AVProbeData *p)
 
static int smjpeg_read_header (AVFormatContext *s)
 
static int smjpeg_read_packet (AVFormatContext *s, AVPacket *pkt)
 

Variables

const FFInputFormat ff_smjpeg_demuxer
 

Detailed Description

This is a demuxer for Loki SDL Motion JPEG files.

Definition in file smjpegdec.c.

Function Documentation

◆ smjpeg_probe()

static int smjpeg_probe ( const AVProbeData * p)
static

Definition at line 40 of file smjpegdec.c.

◆ smjpeg_read_header()

static int smjpeg_read_header ( AVFormatContext * s)
static

Definition at line 47 of file smjpegdec.c.

◆ smjpeg_read_packet()

static int smjpeg_read_packet ( AVFormatContext * s,
AVPacket * pkt )
static

Definition at line 141 of file smjpegdec.c.

Variable Documentation

◆ ff_smjpeg_demuxer

const FFInputFormat ff_smjpeg_demuxer
Initial value:
= {
.p.name = "smjpeg",
.p.long_name = NULL_IF_CONFIG_SMALL("Loki SDL MJPEG"),
.p.extensions = "mjpg",
.p.flags = AVFMT_GENERIC_INDEX,
.priv_data_size = sizeof(SMJPEGContext),
}
#define AVFMT_GENERIC_INDEX
Use generic index building code.
Definition avformat.h:499
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
static int read_probe(const AVProbeData *p)
Definition cdg.c:30
static int read_header(FFV1Context *f, RangeCoder *c)
Definition ffv1dec.c:578
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition internal.h:88
static int smjpeg_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition smjpegdec.c:141
static int smjpeg_probe(const AVProbeData *p)
Definition smjpegdec.c:40
static int smjpeg_read_header(AVFormatContext *s)
Definition smjpegdec.c:47

Definition at line 184 of file smjpegdec.c.