X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-indeo%2Fsrc%2Fcodecs%2Findeo2.rs;h=375ffa87eb11180dd8dcc487013b7594ee3b5796;hb=c83013a1f409bc5f83e343cf1b2293aa736e6c93;hp=c7037180145c0ecd6bfbf76ebc2d82892c9c8c90;hpb=01613464323864a655c994820d3c43df1954e3b2;p=nihav.git diff --git a/nihav-indeo/src/codecs/indeo2.rs b/nihav-indeo/src/codecs/indeo2.rs index c703718..375ffa8 100644 --- a/nihav-indeo/src/codecs/indeo2.rs +++ b/nihav-indeo/src/codecs/indeo2.rs @@ -361,7 +361,7 @@ impl NADecoder for Indeo2Decoder { } } -pub fn get_decoder() -> Box { +pub fn get_decoder() -> Box { Box::new(Indeo2Decoder::new()) }