X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-codec-support%2Fsrc%2Ftest%2Fmod.rs;h=2d2cda7ea28fa8d41588dc071c4db673d470059e;hb=b36f412c24813b14cb2b1f8fd151863e2a49c1e2;hp=367be24adf02d4258f166a19203a432f1dfe3416;hpb=b4d5b8515e75383b4fc59ea2813c90c615d59a96;p=nihav.git diff --git a/nihav-codec-support/src/test/mod.rs b/nihav-codec-support/src/test/mod.rs index 367be24..2d2cda7 100644 --- a/nihav-codec-support/src/test/mod.rs +++ b/nihav-codec-support/src/test/mod.rs @@ -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