1
0
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:
Sean 2016-01-26 13:34:06 -06:00
commit f96570a9f3

View File

@ -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");
}