util/color: move color enums to their own module

This commit is contained in:
meh
2015-05-13 15:16:42 +02:00
parent 604c6549fb
commit 3a1af24d2f
9 changed files with 229 additions and 97 deletions

View File

@ -3,8 +3,7 @@ pub mod error;
pub mod rational;
pub mod media;
pub mod picture;
pub mod color_space;
pub mod color_range;
pub mod color;
pub mod sample_format;
pub mod pixel_format;
pub mod frame;