prepare for implementing scalable Indeo 5
[nihav.git] / nihav-indeo / src / codecs / indeo4.rs
index 526668bbc4c4fad37e226f125d097817f86de755..cc737024a17d8ed8d8a50be8b7e49dc2243dd586 100644 (file)
@@ -422,7 +422,7 @@ impl Indeo4Decoder {
     fn new() -> Self {
         Indeo4Decoder {
             info:   NACodecInfo::new_dummy(),
-            dec:    IVIDecoder::new(),
+            dec:    IVIDecoder::new(false),
         }
     }
 }