Home
last modified time | relevance | path

Searched defs:HEX_DIGIT_VAL (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dtedcaptionsdec.c53 #define HEX_DIGIT_VAL(c) ((c) <= '9' ? (c) - '0' : ((c) | 32) - 'a' + 10) macro

Completed in 1 milliseconds