Skip to content

Commit 4d6ca2d

Browse files
committed
fix CI warning.
1 parent 1c1a78c commit 4d6ca2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mp4parse/tests/public.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1458,7 +1458,7 @@ fn public_video_hevc() {
14581458
assert_eq!(v.codec_type, mp4::CodecType::HEVC);
14591459
assert_eq!(v.width, 640);
14601460
assert_eq!(v.height, 480);
1461-
let _codec_specific = match &v.codec_specific {
1461+
match &v.codec_specific {
14621462
mp4::VideoCodecSpecific::HEVCConfig(config) => {
14631463
assert_eq!(config.configuration_version, 1);
14641464
assert_eq!(config.general_profile_space, 0);

0 commit comments

Comments
 (0)