summaryrefslogtreecommitdiff
path: root/modules/webm/video_stream_webm.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2018-08-16 19:17:24 +0200
committerRémi Verschelde <rverschelde@gmail.com>2018-08-16 19:17:24 +0200
commit333999c24f5176b1a4f00f12846f1b1bcc82501c (patch)
tree969b3155204491d196f079bf94de16cc46ed0a4a /modules/webm/video_stream_webm.h
parenta2abe760c8e494c78b34c59ce3de5144589e188d (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.h1
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;