FFmpeg
|
Go to the source code of this file.
Macros | |
#define | SUP_PGS_MAGIC 0x5047 /* "PG", big endian */ |
Functions | |
static int | sup_read_header (AVFormatContext *s) |
static int | sup_read_packet (AVFormatContext *s, AVPacket *pkt) |
static int | sup_probe (AVProbeData *p) |
Variables | |
AVInputFormat | ff_sup_demuxer |
#define SUP_PGS_MAGIC 0x5047 /* "PG", big endian */ |
Definition at line 23 of file supdec.c.
Referenced by sup_probe(), and sup_read_packet().
|
static |
|
static |
|
static |
AVInputFormat ff_sup_demuxer |