Removed validation methods

and added to main implementation
This commit is contained in:
Jamie Hardt
2020-11-23 13:16:28 -08:00
parent 8191eedf14
commit 358aa06f7c
3 changed files with 138 additions and 157 deletions

View File

@@ -105,8 +105,6 @@ mod parser;
mod fourcc;
mod errors;
mod validation;
mod raw_chunk_reader;
mod audio_frame_reader;
mod chunks;