+ cleanup

This commit is contained in:
Pari Malam
2026-06-05 21:02:40 +08:00
parent 612ba74bc8
commit c1f5b7961d
65 changed files with 670 additions and 641 deletions
+6 -6
View File
@@ -52,11 +52,11 @@ pub mod gx_dvb;
pub mod onkyo;
pub mod philips_bdp;
pub mod tsb_bin;
pub mod pup;
pub mod vestel;
pub mod novatek_raw;
pub mod pup;
pub mod vestel;
pub mod novatek_raw;
pub mod msd;
pub mod msd;
pub mod msd10;
pub mod msd11;
@@ -77,7 +77,7 @@ pub mod mtk_bdp;
/// means that container formats (which embed other formats) must appear
/// before their inner formats to avoid misdetection.
pub fn get_registry() -> Vec<Format> {
return vec![
vec![
Format {
name: "mstar",
detector_func: crate::formats::mstar::is_mstar_file,
@@ -289,4 +289,4 @@ pub fn get_registry() -> Vec<Format> {
extractor_func: crate::formats::novatek_raw::extract_novatek_raw,
},
]
}
}