1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

tabs to spaces

This commit is contained in:
Sean 2016-01-26 13:34:29 -06:00
parent f96570a9f3
commit ffa312b91b

View File

@ -166,7 +166,7 @@ CameraDevice* CameraDevice::open(QString devName, VideoMode mode)
const char *pixel_format = v4l2::getPixelFormatString(mode.pixel_format).toStdString().c_str();
if (strncmp(pixel_format, "unknown", 7) != 0)
{
av_dict_set(&options, "pixel_format", pixel_format, 0);
av_dict_set(&options, "pixel_format", pixel_format, 0);
}
}
#endif