You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Merge pull request #585 from OpenShot/opencv
3 New OpenCV Effects (Tracker, Stabilization, and Object Detection)
This commit is contained in:
@@ -817,6 +817,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