Home
last modified time | relevance | path

Searched refs:RAS_MAGIC (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dsunrast.h25 #define RAS_MAGIC 0x59a66a95 macro
Dsunrast.c43 if (AV_RB32(buf) != RAS_MAGIC) { in sunrast_decode_frame()
Dsunrastenc.c45 bytestream2_put_be32u(&s->p, RAS_MAGIC); in sunrast_image_write_header()