aboutsummaryrefslogtreecommitdiff
path: root/video/theora_decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/theora_decoder.h')
-rw-r--r--video/theora_decoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/theora_decoder.h b/video/theora_decoder.h
index 2244f7550d..7e36d829e7 100644
--- a/video/theora_decoder.h
+++ b/video/theora_decoder.h
@@ -52,7 +52,7 @@ namespace Video {
* Video decoder used in engines:
* - sword25
*/
-class TheoraDecoder : public AdvancedVideoDecoder {
+class TheoraDecoder : public VideoDecoder {
public:
TheoraDecoder(Audio::Mixer::SoundType soundType = Audio::Mixer::kMusicSoundType);
virtual ~TheoraDecoder();