diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2018-12-12 15:21:44 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2018-12-13 15:31:13 +0100 |
commit | 012dac9aadbfd69fa2b6233496e9383e27f0e8e2 (patch) | |
tree | e36dd835980c8ecd9f973deb9cd1d3a5e5be233b /modules/gdnative/videodecoder/SCsub | |
parent | 7199b7b5dd1b324f6581c4a880951730daefbb60 (diff) |
Fix includes and initialization for GDNative Videodecoder
Fixes warnings and a crash when running the destructor with an
uninitialized pcm pointer.
Diffstat (limited to 'modules/gdnative/videodecoder/SCsub')
-rw-r--r-- | modules/gdnative/videodecoder/SCsub | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/gdnative/videodecoder/SCsub b/modules/gdnative/videodecoder/SCsub index 51b0418d6b..8d9c1ff50e 100644 --- a/modules/gdnative/videodecoder/SCsub +++ b/modules/gdnative/videodecoder/SCsub @@ -1,8 +1,5 @@ #!/usr/bin/env python -import os -import methods - Import('env') Import('env_modules') |