diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2018-08-16 19:17:24 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2018-08-16 19:17:24 +0200 |
commit | 333999c24f5176b1a4f00f12846f1b1bcc82501c (patch) | |
tree | 969b3155204491d196f079bf94de16cc46ed0a4a /modules/webm/video_stream_webm.h | |
parent | a2abe760c8e494c78b34c59ce3de5144589e188d (diff) |
Fix Theora/Webm loaders declaring binary extension
RES_BASE_EXTENSION is only to declare our proprietary binary formats
(e.g. "scn", "res", etc.).
Fixes #20395.
Diffstat (limited to 'modules/webm/video_stream_webm.h')
-rw-r--r-- | modules/webm/video_stream_webm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/webm/video_stream_webm.h b/modules/webm/video_stream_webm.h index 08be50846d..dcf88092c5 100644 --- a/modules/webm/video_stream_webm.h +++ b/modules/webm/video_stream_webm.h @@ -109,7 +109,6 @@ private: class VideoStreamWebm : public VideoStream { GDCLASS(VideoStreamWebm, VideoStream); - RES_BASE_EXTENSION("webm"); String file; int audio_track; |