X-Git-Url: https://git.nihav.org/?p=nihav.git;a=blobdiff_plain;f=nihav-commonfmt%2Fsrc%2Fcodecs%2Fpcm.rs;h=7967b34fca800376104e3380d53faae62cd81f45;hp=7ec3c1f36315f2ba1014b97276ff46b629757943;hb=6011e20199143f519881660144a4ca95ba77fd2d;hpb=3a1d1cfa508161305c7e2499dab3196ded109faf diff --git a/nihav-commonfmt/src/codecs/pcm.rs b/nihav-commonfmt/src/codecs/pcm.rs index 7ec3c1f..7967b34 100644 --- a/nihav-commonfmt/src/codecs/pcm.rs +++ b/nihav-commonfmt/src/codecs/pcm.rs @@ -58,6 +58,6 @@ impl NADecoder for PCMDecoder { } } -pub fn get_decoder() -> Box { +pub fn get_decoder() -> Box { Box::new(PCMDecoder::new()) }