From a40485045db23090e84f81f3ea7b911425fd8af1 Mon Sep 17 00:00:00 2001 From: Khyber Sen Date: Tue, 5 Sep 2023 22:59:35 -0700 Subject: [PATCH] `fn decode_b`: Add back inline comment that was missed. --- src/decode.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/decode.rs b/src/decode.rs index 9254126af..4666fa034 100644 --- a/src/decode.rs +++ b/src/decode.rs @@ -2175,7 +2175,7 @@ unsafe fn decode_b( ); } } else { - if is_inter_or_switch(frame_hdr) + if is_inter_or_switch(frame_hdr) /* not intrabc */ && b.comp_type() == COMP_INTER_NONE && b.motion_mode() as MotionMode == MM_WARP {