-
Committer:
Jonathan Thomas
-
Date:
2016-09-16 22:43:26 UTC
-
Revision ID:
jonathan@openshot.org-20160916224326-0ca2uhoj7bhd51ou
Added a new optimized constructor to some readers (FFmpegReader, QtImageReader, ImageReader) to not Open() in the constructor, which dramatically speeds up creating hundreds of Readers (i.e. when opening a project). This is really only useful when inflating the reader with Json right after you instantiate it...