godot/modules/gdnative/videodecoder
Rémi Verschelde e5f1d19352 Consistency in resource format saver/loader de-registration
Some used 'is_valid()' checks, others not. Validity is already checked in 'unref()',
and 'remove_resource_format_*()' has an ERR_FAIL condition on 'is_null()' already
(which shouldn't happen since we're only unregistering things that we previously
registered.

Also add missing GDCLASS statement in ResourceFormatLoaderVideoStreamGDNative,
missed in #20552 which was last amended before #19501 was merged.
2019-01-10 12:45:57 +01:00
..
register_types.cpp Remove vsgdnative loader on exit 2019-01-10 07:19:16 +01:00
register_types.h
SCsub
video_stream_gdnative.cpp Adapt GDNative VideoStream to use ResourceFormatLoader 2018-12-13 15:33:28 +01:00
video_stream_gdnative.h Consistency in resource format saver/loader de-registration 2019-01-10 12:45:57 +01:00