Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
b1054141
Commit
b1054141
authored
Jun 10, 2015
by
James Zern
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vp9_decodeframe: simplify init_read_bit_buffer signature
Change-Id: I342075eb5a4ba2a85d36d47ae52d1f3476039e31
parent
92146eb8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
vp9/decoder/vp9_decodeframe.c
vp9/decoder/vp9_decodeframe.c
+2
-2
No files found.
vp9/decoder/vp9_decodeframe.c
View file @
b1054141
...
...
@@ -1926,12 +1926,12 @@ static void debug_check_frame_counts(const VP9_COMMON *const cm) {
}
#endif // NDEBUG
static
struct
vp9_read_bit_buffer
*
init_read_bit_buffer
(
static
struct
vp9_read_bit_buffer
*
init_read_bit_buffer
(
VP9Decoder
*
pbi
,
struct
vp9_read_bit_buffer
*
rb
,
const
uint8_t
*
data
,
const
uint8_t
*
data_end
,
uint8_t
*
clear_data
/* buffer size
MAX_VP9_HEADER_SIZE
*/
)
{
uint8_t
clear_data
[
MAX_VP9_HEADER_SIZE
]
)
{
rb
->
bit_offset
=
0
;
rb
->
error_handler
=
error_handler
;
rb
->
error_handler_data
=
&
pbi
->
common
;
...
...
Write
Preview
Markdown
is supported
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