|
FFmpeg
|
#include "libavutil/intreadwrite.h"#include "libavutil/imgutils.h"#include "avformat.h"#include "demux.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 FFInputFormat | ff_msp_demuxer |
Microsoft Paint (MSP) demuxer
Definition in file mspdec.c.
|
static |
|
static |
|
static |
| const FFInputFormat ff_msp_demuxer |
1.8.17