You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Added a new class to easily expose the JSON metadata of supported effects in libopenshot. Fixed some bugs related to metadata, and a few bugs in the Mask effect (if initialized without a reader).
This commit is contained in:
@@ -64,6 +64,7 @@
|
||||
#include "../../../include/DummyReader.h"
|
||||
#include "../../../include/EffectBase.h"
|
||||
#include "../../../include/Effects.h"
|
||||
#include "../../../include/EffectInfo.h"
|
||||
#include "../../../include/Exceptions.h"
|
||||
#include "../../../include/FFmpegReader.h"
|
||||
#include "../../../include/FFmpegWriter.h"
|
||||
@@ -109,6 +110,8 @@
|
||||
#endif
|
||||
%include "../../../include/DummyReader.h"
|
||||
%include "../../../include/EffectBase.h"
|
||||
%include "../../../include/Effects.h"
|
||||
%include "../../../include/EffectInfo.h"
|
||||
%include "../../../include/Exceptions.h"
|
||||
%include "../../../include/FFmpegReader.h"
|
||||
%include "../../../include/FFmpegWriter.h"
|
||||
|
||||
Reference in New Issue
Block a user