Home
last modified time | relevance | path

Searched refs:fcc_size (Results 1 – 1 of 1) sorted by relevance

/dports/multimedia/xine/xine-ui-0.99.12/src/xitk/
H A Dstream_infos.c109 char *get_fourcc_string(char *fcc, size_t fcc_size, uint32_t f) { in get_fourcc_string() argument
111 if (fcc_size < 5) { in get_fourcc_string()
124 snprintf(fcc, fcc_size, "0x%x", f); in get_fourcc_string()