diff options
author | Matthew Hoops | 2013-10-26 10:38:25 -0400 |
---|---|---|
committer | Matthew Hoops | 2013-10-26 10:39:36 -0400 |
commit | aea224e2604547d6dfe4b26b66a7e7b5a6babcbb (patch) | |
tree | 5f632ef7b0d72faab4e236e7ca033fa9faa046bb /video | |
parent | 070558c4c46d6be8898d77d9b2167d44a33f5a0f (diff) | |
download | scummvm-rg350-aea224e2604547d6dfe4b26b66a7e7b5a6babcbb.tar.gz scummvm-rg350-aea224e2604547d6dfe4b26b66a7e7b5a6babcbb.tar.bz2 scummvm-rg350-aea224e2604547d6dfe4b26b66a7e7b5a6babcbb.zip |
ALL: Mark off common code used by ZVision
Diffstat (limited to 'video')
-rw-r--r-- | video/avi_decoder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/video/avi_decoder.h b/video/avi_decoder.h index 80c11b1e09..3bf443a95b 100644 --- a/video/avi_decoder.h +++ b/video/avi_decoder.h @@ -54,6 +54,7 @@ class Codec; * - sci * - sword1 * - sword2 + * - zvision */ class AVIDecoder : public VideoDecoder { public: |