aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-qt/src/lib.rs
blob: 1996c60c8c16b5dd44a54833761f9c9099d6822f (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_codecs;