mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-25 13:01:07 +00:00
fmp4mux: Remove obsolete #[allow(clippy::too_many_arguments)]
This commit is contained in:
parent
2a54d57968
commit
ef7ed2d953
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue