Add resets for the RSS14 and RSSExpanded reader states

This commit is contained in:
Steve Cook
2023-03-04 11:53:32 -05:00
parent 0993b8b5ad
commit 3b3d703b4e
2 changed files with 9 additions and 0 deletions

View File

@@ -71,6 +71,10 @@ impl Reader for MultiFormatReader {
self.set_hints(hints);
self.decode_internal(image)
}
fn reset(&mut self) {
self.one_d_reader.reset();
}
}
impl MultiFormatReader {