Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dutils.c460 static const char hex_table_lc[16] = { '0', '1', '2', '3', in ff_data_to_hex() local
464 const char *hex_table = lowercase ? hex_table_lc : hex_table_uc; in ff_data_to_hex()

Completed in 2 milliseconds