File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,10 +43,10 @@ const char* ffDetectCamera(FFlist* result)
4343 case V4L2_COLORSPACE_JPEG : ffStrbufInitStatic (& camera -> colorspace , "JPEG" ); break ;
4444 case V4L2_COLORSPACE_REC709 :
4545 case V4L2_COLORSPACE_SRGB : ffStrbufInitStatic (& camera -> colorspace , "sRGB" ); break ;
46- case V4L2_COLORSPACE_OPRGB : ffStrbufInitStatic (& camera -> colorspace , "Adobe RGB" ); break ;
47- case V4L2_COLORSPACE_BT2020 : ffStrbufInitStatic (& camera -> colorspace , "BT.2020" ); break ;
48- case V4L2_COLORSPACE_RAW : ffStrbufInitStatic (& camera -> colorspace , "RAW" ); break ;
49- case V4L2_COLORSPACE_DCI_P3 : ffStrbufInitStatic (& camera -> colorspace , "DCI-P3" ); break ;
46+ case 9 /* V4L2_COLORSPACE_OPRGB */ : ffStrbufInitStatic (& camera -> colorspace , "Adobe RGB" ); break ;
47+ case 10 /* V4L2_COLORSPACE_BT2020 */ : ffStrbufInitStatic (& camera -> colorspace , "BT.2020" ); break ;
48+ case 11 /* V4L2_COLORSPACE_RAW */ : ffStrbufInitStatic (& camera -> colorspace , "RAW" ); break ;
49+ case 12 /* V4L2_COLORSPACE_DCI_P3 */ : ffStrbufInitStatic (& camera -> colorspace , "DCI-P3" ); break ;
5050 default : ffStrbufInit (& camera -> colorspace ); break ;
5151 }
5252 camera -> width = fmt .fmt .pix .width ;
You can’t perform that action at this time.
0 commit comments