Added interface for GDNative Videodecoder.

Interface and callback api added for Videodecoder support.
Should be able to construct any format videodecoder using
only the given interface.

GSoC 2018 project.
This commit is contained in:
Anish 2018-07-29 01:31:30 +05:30 committed by Rémi Verschelde
parent d030c17d5e
commit 7199b7b5dd
12 changed files with 897 additions and 0 deletions

View file

@ -19,6 +19,7 @@ Export('env_gdnative')
SConscript("net/SCsub")
SConscript("arvr/SCsub")
SConscript("pluginscript/SCsub")
SConscript("videodecoder/SCsub")
from platform_methods import run_in_subprocess