diff options
Diffstat (limited to 'image/codecs/indeo4.cpp')
-rw-r--r-- | image/codecs/indeo4.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/image/codecs/indeo4.cpp b/image/codecs/indeo4.cpp index feee811cf0..6ceb3b2aa5 100644 --- a/image/codecs/indeo4.cpp +++ b/image/codecs/indeo4.cpp @@ -610,7 +610,7 @@ int Indeo4Decoder::decodePlaneSubdivision() { if (_ctx._gb->getBits(2) != 3) return 0; return 4; - + default: return 0; } |