X-Git-Url: https://git.nihav.org/?p=nihav.git;a=blobdiff_plain;f=nihav-codec-support%2Fsrc%2Fcodecs%2Fmod.rs;h=0d5307c01aa5f314d0a34a104c6d4438023f2ec6;hp=4353ad969e204d014695e4f441ba0748f8bf6b3d;hb=e781ccc3c7149249c03885e41da02c50faf745bd;hpb=771e522a17b7724a698191ba6f6fe59054161125 diff --git a/nihav-codec-support/src/codecs/mod.rs b/nihav-codec-support/src/codecs/mod.rs index 4353ad9..0d5307c 100644 --- a/nihav-codec-support/src/codecs/mod.rs +++ b/nihav-codec-support/src/codecs/mod.rs @@ -311,3 +311,5 @@ pub const ZIGZAG: [usize; 64] = [ 58, 59, 52, 45, 38, 31, 39, 46, 53, 60, 61, 54, 47, 55, 62, 63 ]; + +pub mod imaadpcm;