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
c8e5a774
Commit
c8e5a774
authored
Feb 11, 2016
by
James Zern
Browse files
vpxenc: quiet unused param warning
Change-Id: Ib6ed1b8c03f6c269f8d667b21b895b35363cee9e
parent
26c6fbdc
Changes
1
Hide whitespace changes
Inline
Side-by-side
vpxenc.c
View file @
c8e5a774
...
...
@@ -1470,6 +1470,8 @@ static void open_output_file(struct stream_state *stream,
global
->
codec
->
fourcc
,
pixel_aspect_ratio
);
}
#else
(
void
)
pixel_aspect_ratio
;
#endif
if
(
!
stream
->
config
.
write_webm
)
{
...
...
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