Go to the source code of this file.
◆ SUP_PGS_MAGIC
#define SUP_PGS_MAGIC 0x5047 /* "PG", big endian */ |
◆ sup_read_header()
◆ sup_read_packet()
◆ sup_probe()
◆ ff_sup_demuxer
Initial value:= {
.name = "sup",
.extensions = "sup",
.mime_type = "application/x-pgs",
}
static int sup_probe(AVProbeData *p)
static int sup_read_header(AVFormatContext *s)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int sup_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition at line 100 of file supdec.c.