codec/subtitle: add Subtitle

This commit is contained in:
meh
2015-05-12 03:46:25 +02:00
parent 42564d0d5e
commit 64c6678f04
3 changed files with 18 additions and 0 deletions

View File

@ -3,6 +3,8 @@ pub use self::id::Id;
pub mod packet;
pub mod subtitle;
use std::ffi::CStr;
use std::str::from_utf8_unchecked;