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:
parent
f96570a9f3
commit
ffa312b91b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user