Skip to content

Commit

Permalink
fn decode_b: Add back inline comment that was missed.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkysen committed Sep 6, 2023
1 parent 0667f67 commit a404850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/decode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit a404850

Please sign in to comment.