fmp4mux: Remove obsolete #[allow(clippy::too_many_arguments)]

This commit is contained in:
Sebastian Dröge 2022-08-12 10:06:10 +03:00
parent 2a54d57968
commit ef7ed2d953

View file

@ -1485,7 +1485,6 @@ pub(super) fn create_fmp4_fragment_header(
Ok((gst::Buffer::from_mut_slice(v), styp_len as u64))
}
#[allow(clippy::too_many_arguments)]
fn write_moof(
v: &mut Vec<u8>,
cfg: &super::FragmentHeaderConfiguration,