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
25d58829
Commit
25d58829
authored
May 13, 2017
by
Ryan
Committed by
Ryan Lei
May 15, 2017
Browse files
Fix invalid assertion
BUG=aomedia:535 Change-Id: I514b2b0503e39023ae19b38a9b533bcd9abeee77
parent
5bedd5dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/decoder/decodeframe.c
View file @
25d58829
...
...
@@ -4967,7 +4967,7 @@ void av1_decode_frame(AV1Decoder *pbi, const uint8_t *data,
#if CONFIG_TEMPMV_SIGNALING
if
(
cm
->
use_prev_frame_mvs
)
{
assert
(
!
cm
->
error_resilient_mode
&&
!
cm
->
prev_frame
&&
assert
(
!
cm
->
error_resilient_mode
&&
cm
->
prev_frame
&&
cm
->
width
==
last_fb_ref_buf
->
buf
->
y_width
&&
cm
->
height
==
last_fb_ref_buf
->
buf
->
y_height
&&
!
cm
->
prev_frame
->
intra_only
);
...
...
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