|
FFmpeg
4.0
|
This is a demuxer for Loki SDL Motion JPEG files. More...
#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 (AVProbeData *p) |
| static int | smjpeg_read_header (AVFormatContext *s) |
| static int | smjpeg_read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
| 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 137 of file smjpegdec.c.
| AVInputFormat ff_smjpeg_demuxer |
Definition at line 176 of file smjpegdec.c.
1.8.13