You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Fixing crash on certain hardware accelerator modes (specifically decoder 2, device 0)
This commit is contained in:
@@ -934,9 +934,7 @@ std::shared_ptr<Frame> FFmpegReader::ReadStream(int64_t requested_frame) {
|
||||
// down processing considerably, but might be more stable on some systems.
|
||||
#pragma omp taskwait
|
||||
}
|
||||
} else {
|
||||
RemoveAVFrame(pFrame);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
// Audio packet
|
||||
|
||||
Reference in New Issue
Block a user