Add links

This commit is contained in:
Kamil Trzcinski
2022-04-04 17:13:44 +02:00
parent 35262d1655
commit fcbb56f7fa
6 changed files with 111 additions and 49 deletions

2
v4l2.c
View File

@ -64,6 +64,6 @@ unsigned fourcc_to_stride(unsigned width, unsigned format)
return align_size(width * 5 / 4, 32);
default:
E_LOG_PERROR(NULL, "Unknown format: %s", fourcc_to_string(format));
E_LOG_PERROR(NULL, "Unknown format: %s", fourcc_to_string(format).buf);
}
}