Merge pull request #21084 from akien-mga/theora-webm-loading

Fix Theora/Webm loaders declaring binary extension
This commit is contained in:
Rémi Verschelde 2018-08-16 19:23:28 +02:00 committed by GitHub
commit 69694dde75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View file

@ -163,7 +163,6 @@ public:
class VideoStreamTheora : public VideoStream {
GDCLASS(VideoStreamTheora, VideoStream);
RES_BASE_EXTENSION("ogv");
String file;
int audio_track;

View file

@ -109,7 +109,6 @@ private:
class VideoStreamWebm : public VideoStream {
GDCLASS(VideoStreamWebm, VideoStream);
RES_BASE_EXTENSION("webm");
String file;
int audio_track;