diff options
Diffstat (limited to 'image')
-rw-r--r-- | image/codecs/mpeg.h | 2 | ||||
-rw-r--r-- | image/iff.cpp | 2 | ||||
-rw-r--r-- | image/image_decoder.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/image/codecs/mpeg.h b/image/codecs/mpeg.h index 6cb10f21ac..82c3ad19ac 100644 --- a/image/codecs/mpeg.h +++ b/image/codecs/mpeg.h @@ -62,7 +62,7 @@ namespace Graphics { struct Surface; } -namespace Image { +namespace Image { /** * MPEG 1/2 video decoder. diff --git a/image/iff.cpp b/image/iff.cpp index d93e9ff878..d75fffb31f 100644 --- a/image/iff.cpp +++ b/image/iff.cpp @@ -31,7 +31,7 @@ namespace Image { IFFDecoder::IFFDecoder() { _surface = 0; _palette = 0; - + // these 2 properties are not reset by destroy(), so the default is set here. _numRelevantPlanes = 8; _pixelPacking = false; diff --git a/image/image_decoder.h b/image/image_decoder.h index 4d3512e0f6..2018cebd37 100644 --- a/image/image_decoder.h +++ b/image/image_decoder.h @@ -48,7 +48,7 @@ public: /** * Load an image from the specified stream - * + * * loadStream() should implicitly call destroy() to free the memory * of the last loadStream() call. * |