1
0
Fork 0
mirror of https://github.com/alfg/mp4-rust.git synced 2024-05-19 16:58:04 +00:00
mp4-rust/src
Ririsoft 5d648f1a72
fix clippy & enhance CI/CD (#78)
* fix clippy::unused_io_amount

See related clippy documentation,
but in short some partial reads can occur
in particular with io on the networl.
read_exact/write_all transparently handle such errors.

The fix actually revealed a bug
in 'mp4a' atom parsing, but this is a dangerous change:
Parsing bugs that were transparently ignored
are now failing with error (unattended io eof).

* fix trivial clippy errors

* fix clippy error with always 0 value

* run ci/cd with clippy and latest rust version
2022-07-07 20:02:00 -07:00
..
mp4box fix clippy & enhance CI/CD (#78) 2022-07-07 20:02:00 -07:00
error.rs Fragmented tracks (#31) 2020-09-14 18:05:34 -07:00
lib.rs Cargo fmt and clippy (#73) 2022-05-31 20:50:49 -07:00
reader.rs Cargo fmt and clippy (#73) 2022-05-31 20:50:49 -07:00
track.rs fix clippy & enhance CI/CD (#78) 2022-07-07 20:02:00 -07:00
types.rs fix clippy & enhance CI/CD (#78) 2022-07-07 20:02:00 -07:00
writer.rs Writer: Set mvhd/tkhd/mdhd version to 1 if duration is greater than u32::MAX (#76) 2022-06-14 21:44:59 -07:00