X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-indeo%2Fsrc%2Fcodecs%2Findeo2.rs;h=56ec122594ce2f2e060a0d1c54d33329b6c8f1e9;hb=5580b11b0e9daf065c81a8b354295c6d5d1dd3dd;hp=a022ec4af1a62d7781c72fbdf5d6819c99643219;hpb=f2af8ecaeed8ec8c1fa6b3c2cfdb075d64994b7a;p=nihav.git diff --git a/nihav-indeo/src/codecs/indeo2.rs b/nihav-indeo/src/codecs/indeo2.rs index a022ec4..56ec122 100644 --- a/nihav-indeo/src/codecs/indeo2.rs +++ b/nihav-indeo/src/codecs/indeo2.rs @@ -357,6 +357,9 @@ impl NADecoder for Indeo2Decoder { Ok(frm.into_ref()) } } + fn flush(&mut self) { + self.frmmgr.clear(); + } } pub fn get_decoder() -> Box {