X-Git-Url: https://git.nihav.org/?p=nihav.git;a=blobdiff_plain;f=nihav-commonfmt%2Fsrc%2Fcodecs%2Fclearvideo.rs;h=0594869b67189f72c98050c34876569e929d478f;hp=67a98639e855b90fb8a4d06cf93df50bd9627bf1;hb=6011e20199143f519881660144a4ca95ba77fd2d;hpb=3a1d1cfa508161305c7e2499dab3196ded109faf diff --git a/nihav-commonfmt/src/codecs/clearvideo.rs b/nihav-commonfmt/src/codecs/clearvideo.rs index 67a9863..0594869 100644 --- a/nihav-commonfmt/src/codecs/clearvideo.rs +++ b/nihav-commonfmt/src/codecs/clearvideo.rs @@ -761,11 +761,11 @@ impl NADecoder for ClearVideoDecoder { } } -pub fn get_decoder() -> Box { +pub fn get_decoder() -> Box { Box::new(ClearVideoDecoder::new(false)) } -pub fn get_decoder_rm() -> Box { +pub fn get_decoder_rm() -> Box { Box::new(ClearVideoDecoder::new(true)) }