mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Merge branch 'pixfmt' of https://github.com/seanlaguna/qTox into pixfmt
This commit is contained in:
commit
f96570a9f3
@ -177,7 +177,7 @@ QString v4l2::getPixelFormatString(uint32_t pixel_format)
|
||||
{
|
||||
return QString("h264");
|
||||
}
|
||||
if (pixel_format == V4L2_PIX_FMT_MJPEG)
|
||||
else if (pixel_format == V4L2_PIX_FMT_MJPEG)
|
||||
{
|
||||
return QString("mjpeg");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user