![]() |
Kodi Documentation
18.0
Kodi is an open source media player and entertainment hub.
|
Macros | |
#define | min(a, b) (a)>(b)?(b):(a) |
#define | JPEG_PARSE_STRING_ID_BASE 21500 |
Enumerations | |
enum | { ProcessUnknown = JPEG_PARSE_STRING_ID_BASE, ProcessSof0, ProcessSof1, ProcessSof2, ProcessSof3, ProcessSof5, ProcessSof6, ProcessSof7, ProcessSof9, ProcessSof10, ProcessSof11, ProcessSof13, ProcessSof14, ProcessSof15 } |
#define JPEG_PARSE_STRING_ID_BASE 21500 |
#define min | ( | a, | |
b | |||
) | (a)>(b)?(b):(a) |