Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dfraps.c46 #define FPS_TAG MKTAG('F', 'P', 'S', 'x') macro
203 if (AV_RL32(buf) != FPS_TAG || buf_size < planes*1024 + 24) { in decode_frame()