diff options
Diffstat (limited to 'image/codecs')
-rw-r--r-- | image/codecs/truemotion1.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/image/codecs/truemotion1.cpp b/image/codecs/truemotion1.cpp index e60ec6c72e..28df1119c4 100644 --- a/image/codecs/truemotion1.cpp +++ b/image/codecs/truemotion1.cpp @@ -379,6 +379,8 @@ void TrueMotion1Decoder::decode16() { OUTPUT_PIXEL_PAIR(); } break; + default: + break; } } else { // skip (copy) four pixels, but reassign the horizontal |