Use an older (I hope) function
This commit is contained in:
parent
e090389201
commit
147e0051f6
@ -23,7 +23,7 @@ RecordingFormats::RecordingFormats(formats::Recording f) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
iFormat = QImage::Format_RGB888;
|
iFormat = QImage::Format_RGB888;
|
||||||
path = tmpDir.filePath("res." + formats::recordingFormatName(f).toLower());
|
path = tmpDir.path() + "/res." + formats::recordingFormatName(f).toLower();
|
||||||
finalizer = [&] {
|
finalizer = [&] {
|
||||||
delete enc;
|
delete enc;
|
||||||
return QFile(path).size() > 0 ? path : QString();
|
return QFile(path).size() > 0 ? path : QString();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user