You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Changed / Refactored many enums and structs, to better standardize the naming of everything. Improved some more descriptions and briefs.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
using namespace std;
|
||||
using namespace openshot;
|
||||
|
||||
FrameMapper::FrameMapper(ReaderBase *reader, Framerate target, Pulldown_Method pulldown) :
|
||||
FrameMapper::FrameMapper(ReaderBase *reader, Framerate target, PulldownType pulldown) :
|
||||
reader(reader), target(target), pulldown(pulldown), final_cache(820 * 1024)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user