diff --git a/src/isobmff.rs b/src/isobmff.rs index 75be945..876bea4 100644 --- a/src/isobmff.rs +++ b/src/isobmff.rs @@ -247,7 +247,7 @@ impl Parser where R: io::BufRead + io::Seek { } }, 2 => return Err(Error::NotSupported( - "Construction by item offset is supported")), + "Construction by item offset is not supported")), _ => return Err("Invalid construction_method".into()), } Ok(buf)