introduce interface and support code for encoders
[nihav.git] / nihav-codec-support / src / test / mod.rs
index 367be24adf02d4258f166a19203a432f1dfe3416..2d2cda7ea28fa8d41588dc071c4db673d470059e 100644 (file)
@@ -2,6 +2,7 @@
 //!
 //! This module provides functions that may be used in internal test to check that decoders produce output and that they produce expected output.
 pub mod dec_video;
+pub mod enc_video;
 pub mod wavwriter;
 
 mod md5; // for internal checksums only