You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Implemented CVStabilization, removed cv namespace
This commit is contained in:
@@ -813,6 +813,9 @@ void FFmpegReader::UpdateVideoInfo() {
|
||||
}
|
||||
}
|
||||
|
||||
bool FFmpegReader::GetIsDurationKnown() {
|
||||
return this->is_duration_known;
|
||||
}
|
||||
|
||||
std::shared_ptr<Frame> FFmpegReader::GetFrame(int64_t requested_frame) {
|
||||
// Check for open reader (or throw exception)
|
||||
|
||||
Reference in New Issue
Block a user