aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-qt/src/lib.rs
blob: 29180f0e48e47c263669306cb3cb998e06c4c3cf (plain) (blame)
1
2
3
4
5
6
extern crate nihav_core;
extern crate nihav_codec_support;

#[allow(clippy::single_match)]
mod codecs;
pub use crate::codecs::qt_register_all_decoders;