Revision d8f92957 libavformat/utils.c
libavformat/utils.c | ||
---|---|---|
3468 | 3468 |
{ |
3469 | 3469 |
int i; |
3470 | 3470 |
static const char hex_table_uc[16] = { '0', '1', '2', '3', |
3471 |
'4', '5', '6', '7', |
|
3472 |
'8', '9', 'A', 'B', |
|
3473 |
'C', 'D', 'E', 'F' }; |
|
3471 |
'4', '5', '6', '7',
|
|
3472 |
'8', '9', 'A', 'B',
|
|
3473 |
'C', 'D', 'E', 'F' };
|
|
3474 | 3474 |
static const char hex_table_lc[16] = { '0', '1', '2', '3', |
3475 | 3475 |
'4', '5', '6', '7', |
3476 | 3476 |
'8', '9', 'a', 'b', |
Also available in: Unified diff