Searched refs:magic_num (Results 1 – 1 of 1) sorted by relevance
166 int magic_num, endian; in decode_frame() local180 magic_num = AV_RB32(buf); in decode_frame()185 if (magic_num == AV_RL32("SDPX")) { in decode_frame()187 } else if (magic_num == AV_RB32("SDPX")) { in decode_frame()