summaryrefslogtreecommitdiff
path: root/vpxenc.c
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2016-02-11 18:53:50 -0800
committerJames Zern <jzern@google.com>2016-02-11 19:22:30 -0800
commitc8e5a7749cfd2aa72f73777b7e0a59d7faa99744 (patch)
tree61d21447611e2b2dfde04622a02985e6098bae81 /vpxenc.c
parent26c6fbdcdaa0bc0507c2031611492a0291aa5e42 (diff)
downloadlibvpx-c8e5a7749cfd2aa72f73777b7e0a59d7faa99744.tar
libvpx-c8e5a7749cfd2aa72f73777b7e0a59d7faa99744.tar.gz
libvpx-c8e5a7749cfd2aa72f73777b7e0a59d7faa99744.tar.bz2
libvpx-c8e5a7749cfd2aa72f73777b7e0a59d7faa99744.zip
vpxenc: quiet unused param warning
Change-Id: Ib6ed1b8c03f6c269f8d667b21b895b35363cee9e
Diffstat (limited to 'vpxenc.c')
-rw-r--r--vpxenc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/vpxenc.c b/vpxenc.c
index c61d06073..f14470a6f 100644
--- a/vpxenc.c
+++ b/vpxenc.c
@@ -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) {