Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Timothy B. Terriberry
rav1e
Commits
b1341ba1
Commit
b1341ba1
authored
Jun 11, 2019
by
Luca Barbato
Committed by
Thomas Daede
Jun 13, 2019
Browse files
Export BlockSize to the root namespace
In preparation to the pub cleanup.
parent
d9a921f1
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/bin/common.rs
View file @
b1341ba1
...
...
@@ -10,7 +10,6 @@
use
crate
::
muxer
::{
create_muxer
,
Muxer
};
use
crate
::{
ColorPrimaries
,
MatrixCoefficients
,
TransferCharacteristics
};
use
clap
::{
App
,
AppSettings
,
Arg
,
ArgMatches
,
SubCommand
,
Shell
};
use
rav1e
::
partition
::
BlockSize
;
use
rav1e
::
*
;
use
std
::
fs
::
File
;
...
...
src/lib.rs
View file @
b1341ba1
...
...
@@ -60,6 +60,7 @@ pub use crate::header::*;
pub
use
crate
::
util
::{
CastFromPrimitive
,
Pixel
};
pub
use
crate
::
frame
::
Frame
;
pub
use
crate
::
partition
::
BlockSize
;
/// Version information
///
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment