Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
dc3d916b
Commit
dc3d916b
authored
Jan 24, 2018
by
Frederic Barbier
Committed by
Fred BARBIER
Jan 24, 2018
Browse files
Cleanup redundant assertion
Change-Id: I6532e20c958d5bf6f6d73a6f076664e1b74ba055
parent
8db5f17b
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/common/mvref_common.h
View file @
dc3d916b
...
...
@@ -351,7 +351,6 @@ static INLINE void av1_set_ref_frame(MV_REFERENCE_FRAME *rf,
#else
assert
(
ref_frame_type
>
INTRA_FRAME
);
#endif
assert
(
ref_frame_type
<
TOTAL_REFS_PER_FRAME
);
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment