Searched refs:SUP_PGS_MAGIC (Results 1 – 2 of 2) sorted by relevance
23 #define SUP_PGS_MAGIC 0x5047 /* "PG", big endian */ macro44 if (avio_rb16(s->pb) != SUP_PGS_MAGIC) in sup_read_packet()81 if (AV_RB16(buf) != SUP_PGS_MAGIC) in sup_probe()
26 #define SUP_PGS_MAGIC 0x5047 /* "PG", big endian */ macro55 avio_wb16(s->pb, SUP_PGS_MAGIC); in sup_write_packet()