indeo/ivi: restore erroneously deleted chunk
authorKostya Shishkov <kostya.shishkov@gmail.com>
Sat, 14 Dec 2019 09:30:56 +0000 (10:30 +0100)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Sat, 14 Dec 2019 09:30:56 +0000 (10:30 +0100)
nihav-indeo/src/codecs/ivibr.rs

index b30ce9642f2b0113cb8dd1cff293071ed5067992..8ccd3b0278b078e9a0a9d2845aa5550d49e872da 100644 (file)
@@ -903,6 +903,9 @@ br.skip(skip_part as u32)?;
                     self.iref_0   = self.cur_frame;
                     self.scal_ref = self.cur_frame;
                 },
+            IVIFrameType::InterScal => {
+                    self.scal_ref = self.cur_frame;
+                },
             _ => {},
         };