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
Guillaume Martres
aom-rav1e
Commits
278df745
Commit
278df745
authored
Feb 05, 2013
by
Ronald S. Bultje
Browse files
Fix mismatch after merge of the tiling patch.
Change-Id: I8ecc178b4d4069e721c7fec6d7631c00e4a3e5d5
parent
1407bdc2
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/encoder/vp9_bitstream.c
View file @
278df745
...
...
@@ -2088,10 +2088,6 @@ void vp9_pack_bitstream(VP9_COMP *cpi, unsigned char *dest,
*
size
+=
total_size
;
}
if
(
pc
->
frame_type
!=
KEY_FRAME
&&
!
cpi
->
common
.
error_resilient_mode
)
{
vp9_adapt_mode_context
(
&
cpi
->
common
);
}
}
#ifdef ENTROPY_STATS
...
...
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