format: split input and output formats

This commit is contained in:
meh
2015-09-04 16:30:19 +02:00
parent fbf5cd94eb
commit 1f80007e5e
9 changed files with 672 additions and 558 deletions

View File

@ -3,7 +3,7 @@ use std::marker::PhantomData;
use ffi::*;
use ::Error;
use ::format::Context;
use ::format::context::common::Context;
use ::device;
use libc::c_int;