Fix .jpg vs .jpeg file extension for YUV captures
This commit is contained in:
@@ -1050,7 +1050,7 @@ static void
|
|||||||
process_image_for_capture_yuv(const uint8_t *image, int count)
|
process_image_for_capture_yuv(const uint8_t *image, int count)
|
||||||
{
|
{
|
||||||
char fname[255];
|
char fname[255];
|
||||||
sprintf(fname, "%s/%d.jpeg", burst_dir, count);
|
sprintf(fname, "%s/%d.jpg", burst_dir, count);
|
||||||
|
|
||||||
save_jpeg(image, fname);
|
save_jpeg(image, fname);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user