Rename timecode_fixer to fixers
This commit is contained in:
parent
45e9054f36
commit
2bdbe21a73
3 changed files with 4 additions and 4 deletions
|
@ -10,7 +10,7 @@ use futures::stream::once;
|
|||
use futures::stream::repeat;
|
||||
use futures::stream::Stream;
|
||||
use lab_ebml::chunk::{Chunk, WebmStream, ChunkingError};
|
||||
use lab_ebml::timecode_fixer::ChunkStream;
|
||||
use lab_ebml::fixers::ChunkStream;
|
||||
use lab_ebml::stream_parser::StreamEbml;
|
||||
use hyper::{Get, StatusCode};
|
||||
use hyper::header::ContentType;
|
||||
|
|
|
@ -2,13 +2,13 @@
|
|||
extern crate bytes;
|
||||
extern crate futures;
|
||||
|
||||
pub mod chunk;
|
||||
pub mod ebml;
|
||||
mod iterator;
|
||||
pub mod iterator;
|
||||
pub mod slice;
|
||||
pub mod stream_parser;
|
||||
|
||||
pub mod timecode_fixer;
|
||||
pub mod chunk;
|
||||
pub mod fixers;
|
||||
pub mod webm;
|
||||
|
||||
pub use ebml::{EbmlError, FromEbml};
|
||||
|
|
Loading…
Reference in a new issue