diff options
author | Matthew Hoops | 2011-01-23 01:27:40 +0000 |
---|---|---|
committer | Matthew Hoops | 2011-01-23 01:27:40 +0000 |
commit | 57521f7574791b634402a68ee21c1632a309b264 (patch) | |
tree | ed9ede2d12ae331e30295a1bdd30a2270e5f61bf /graphics/video/avi_decoder.h | |
parent | caab21426026ab70799d39607b23bad382332620 (diff) | |
download | scummvm-rg350-57521f7574791b634402a68ee21c1632a309b264.tar.gz scummvm-rg350-57521f7574791b634402a68ee21c1632a309b264.tar.bz2 scummvm-rg350-57521f7574791b634402a68ee21c1632a309b264.zip |
VIDEO: Update documentation on which decoder is used by what engine
svn-id: r55455
Diffstat (limited to 'graphics/video/avi_decoder.h')
-rw-r--r-- | graphics/video/avi_decoder.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/graphics/video/avi_decoder.h b/graphics/video/avi_decoder.h index 6eebb241f2..9f9f5ed617 100644 --- a/graphics/video/avi_decoder.h +++ b/graphics/video/avi_decoder.h @@ -162,6 +162,12 @@ struct AVIStreamHeader { Common::Rect frame; }; +/** + * Decoder for AVI videos. + * + * Video decoder used in engines: + * - sci + */ class AviDecoder : public FixedRateVideoDecoder { public: AviDecoder(Audio::Mixer *mixer, |