Make JPEG to be valid format

This commit is contained in:
Kamil Trzcinski
2022-07-08 13:42:22 +02:00
parent 883a951cea
commit 2cec9a9032
2 changed files with 4 additions and 1 deletions

View File

@ -72,6 +72,8 @@
"buffer.h": "c",
"stdbool.h": "c",
"v4l2.h": "c",
"stdlib.h": "c"
"stdlib.h": "c",
"stdint.h": "c",
"videodev2.h": "c"
}
}