FFmpeg
|
#include "libavutil/intreadwrite.h"
#include "libavutil/imgutils.h"
#include "avformat.h"
#include "internal.h"
Go to the source code of this file.
Data Structures | |
struct | MSPContext |
Functions | |
static int | msp_probe (const AVProbeData *p) |
static int | msp_read_header (AVFormatContext *s) |
static int | msp_read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
const AVInputFormat | ff_msp_demuxer |
Microsoft Paint (MSP) demuxer
Definition in file mspdec.c.
|
static |
|
static |
|
static |
const AVInputFormat ff_msp_demuxer |