Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
joetIO committed Jan 7, 2025
1 parent a0b60cf commit b782e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/h264/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ fn test_config_mux() {

#[test]
fn test_parse_sps_with_zero_num_units_in_tick() {
let sps: Bytes = Bytes::from(b"gd\0\x1f\xac\xd9A\xe0m\xf9\xe6\xa0 (\0\0\x03\0\0\0\0\x03\x01\xe0x\xc1\x8c\xb0 ".to_vec());
let sps = Bytes::from(b"gd\0\x1f\xac\xd9A\xe0m\xf9\xe6\xa0 (\0\0\x03\0\0\0\0\x03\x01\xe0x\xc1\x8c\xb0 ".to_vec());
let sps = Sps::parse(sps);

match sps {
Expand Down

0 comments on commit b782e12

Please sign in to comment.