You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Windows now passes most unit tests. Added header macro to assist on passing correct test media paths to unit tests. Also added a new info parameter has_single_image, which is used to optomize the frame mapper class for images with long durations.
This commit is contained in:
@@ -60,6 +60,7 @@ void ImageReader::Open() throw(InvalidFile)
|
||||
// Update image properties
|
||||
info.has_audio = false;
|
||||
info.has_video = true;
|
||||
info.has_single_image = true;
|
||||
info.file_size = image->fileSize();
|
||||
info.vcodec = image->format();
|
||||
info.width = image->size().width();
|
||||
|
||||
Reference in New Issue
Block a user