Home
last modified time | relevance | path

Searched refs:AVS2_ISEND (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Davs2dec.c29 #define AVS2_ISEND(x) ((x) == 0xB1) macro
31 #define AVS2_ISUNIT(x) (AVS2_ISSQH(x) || AVS2_ISEND(x) || (x) == 0xB2 || AVS2_ISPIC(x) || (x) == 0xB5 || (x) == 0xB7)
58 } else if (AVS2_ISEND(state)) { in avs2_probe()

Completed in 1 milliseconds