chore: errant &

This commit is contained in:
David Wendt 2023-04-08 21:44:48 -04:00 committed by kmeisthax
parent f115326f3e
commit e50ee7c139
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ impl<'a> VideoData<'a> {
_ => return None,
}
}
(_, _) => VideoPacket::Data(&data),
(_, _) => VideoPacket::Data(data),
};
Some(VideoData {