Imported Upstream version 0.14.2+dfsg1
This commit is contained in:
parent
fb3990e9e5
commit
41a01dbf05
529 changed files with 25112 additions and 2336 deletions
|
|
@ -44,6 +44,9 @@ enum video_format video_format_from_fourcc(uint32_t fourcc)
|
|||
|
||||
case MAKE_FOURCC('Y','V','Y','U'):
|
||||
return VIDEO_FORMAT_YVYU;
|
||||
|
||||
case MAKE_FOURCC('Y','8','0','0'):
|
||||
return VIDEO_FORMAT_Y800;
|
||||
|
||||
}
|
||||
return VIDEO_FORMAT_NONE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue