Home
last modified time | relevance | path

Searched refs:SUP_PGS_MAGIC (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
Dsupdec.c23 #define SUP_PGS_MAGIC 0x5047 /* "PG", big endian */ macro
44 if (avio_rb16(s->pb) != SUP_PGS_MAGIC) in sup_read_packet()
81 if (AV_RB16(buf) != SUP_PGS_MAGIC) in sup_probe()
Dsupenc.c26 #define SUP_PGS_MAGIC 0x5047 /* "PG", big endian */ macro
55 avio_wb16(s->pb, SUP_PGS_MAGIC); in sup_write_packet()