FFmpeg
|
#include <inttypes.h>
#include "avformat.h"
#include "internal.h"
#include "riff.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 AVInputFormat | ff_smjpeg_demuxer |
This is a demuxer for Loki SDL Motion JPEG files
Definition in file smjpegdec.c.
|
static |
Definition at line 39 of file smjpegdec.c.
|
static |
Definition at line 46 of file smjpegdec.c.
|
static |
Definition at line 140 of file smjpegdec.c.
const AVInputFormat ff_smjpeg_demuxer |
Definition at line 183 of file smjpegdec.c.