X-Git-Url: https://git.nihav.org/?p=nihav.git;a=blobdiff_plain;f=nihav-vivo%2Fsrc%2Flib.rs;h=97a238bc99db7e379492d220c2cf1eb9bb86aa10;hp=74bdb982e9ab15c77713c4e222277c2c41e80885;hb=78fb6560c73965d834b215fb0b49505ae5443288;hpb=0bc221c3de38a5e549cb23cebf74349669310143 diff --git a/nihav-vivo/src/lib.rs b/nihav-vivo/src/lib.rs index 74bdb98..97a238b 100644 --- a/nihav-vivo/src/lib.rs +++ b/nihav-vivo/src/lib.rs @@ -4,5 +4,5 @@ extern crate nihav_codec_support; mod codecs; mod demuxers; -pub use crate::codecs::vivo_register_all_codecs; +pub use crate::codecs::vivo_register_all_decoders; pub use crate::demuxers::vivo_register_all_demuxers;