mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/telegramdesktop/tdesktop
synced 2026-09-21 08:33:45 +08:00
Added disk streaming for video transcode input and output.
This commit is contained in:
@@ -449,6 +449,12 @@ SendingAlbum::Item::Item(TaskId taskId)
|
||||
: taskId(taskId) {
|
||||
}
|
||||
|
||||
FilePrepareResult::~FilePrepareResult() {
|
||||
if (!transcodedTempPath.isEmpty()) {
|
||||
QFile::remove(transcodedTempPath);
|
||||
}
|
||||
}
|
||||
|
||||
FilePrepareResult::FilePrepareResult(FilePrepareDescriptor &&descriptor)
|
||||
: taskId(descriptor.taskId)
|
||||
, id(descriptor.id)
|
||||
|
||||
Reference in New Issue
Block a user