Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddpx.c166 int magic_num, endian; in decode_frame() local
180 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()