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:
parent
d030c17d5e
commit
7199b7b5dd
12 changed files with 897 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue