diff options
| author | Einar Johan Trøan Sømåen | 2012-10-23 21:48:47 +0200 |
|---|---|---|
| committer | Einar Johan Trøan Sømåen | 2012-10-23 21:48:47 +0200 |
| commit | 880ac5d49407a639ffa6f70a785e3d25d58507ef (patch) | |
| tree | f3eb85f0d210f7e1ab1f9c360968426d9a1701da | |
| parent | 1ef63578bbf5aa50219672ce4f2aeeb3f8c9363d (diff) | |
| download | scummvm-rg350-880ac5d49407a639ffa6f70a785e3d25d58507ef.tar.gz scummvm-rg350-880ac5d49407a639ffa6f70a785e3d25d58507ef.tar.bz2 scummvm-rg350-880ac5d49407a639ffa6f70a785e3d25d58507ef.zip | |
VIDEO: Mark Theora-decoder as used by Wintermute.
| -rw-r--r-- | video/theora_decoder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/video/theora_decoder.h b/video/theora_decoder.h index 7e36d829e7..ac808cdfe6 100644 --- a/video/theora_decoder.h +++ b/video/theora_decoder.h @@ -51,6 +51,7 @@ namespace Video { * Decoder for Theora videos. * Video decoder used in engines: * - sword25 + * - wintermute */ class TheoraDecoder : public VideoDecoder { public: |
