codec/discard: add Discard

This commit is contained in:
meh
2015-05-12 03:48:11 +02:00
parent 64c6678f04
commit 9c8ca6601f
3 changed files with 43 additions and 0 deletions

View File

@ -5,6 +5,8 @@ pub mod packet;
pub mod subtitle;
pub mod discard;
use std::ffi::CStr;
use std::str::from_utf8_unchecked;