summaryrefslogtreecommitdiff
path: root/vp9/common
diff options
context:
space:
mode:
authorYaowu Xu <yaowu@google.com>2014-02-21 22:44:05 -0800
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2014-02-21 22:44:05 -0800
commitf1633e584493e1e37d3223fe15bfb26a2ce00782 (patch)
tree659598a3149c3ebbab4e45a701f767a0b3eafc45 /vp9/common
parent64548b6451c5b76804ac003aa5ec530ea89b9c9c (diff)
parentc58e1c7be9bc50f592e1e1c4fc75d9867543dc40 (diff)
downloadlibvpx-f1633e584493e1e37d3223fe15bfb26a2ce00782.tar
libvpx-f1633e584493e1e37d3223fe15bfb26a2ce00782.tar.gz
libvpx-f1633e584493e1e37d3223fe15bfb26a2ce00782.tar.bz2
libvpx-f1633e584493e1e37d3223fe15bfb26a2ce00782.zip
Merge "Remove an unused variable"
Diffstat (limited to 'vp9/common')
-rw-r--r--vp9/common/vp9_onyx.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/vp9/common/vp9_onyx.h b/vp9/common/vp9_onyx.h
index ac39a98fd..ab27ca523 100644
--- a/vp9/common/vp9_onyx.h
+++ b/vp9/common/vp9_onyx.h
@@ -112,7 +112,6 @@ extern "C" {
int auto_key; // autodetect cut scenes and set the keyframes
int key_freq; // maximum distance to key frame.
- int allow_lag; // allow lagged compression (if 0 lagin frames is ignored)
int lag_in_frames; // how many frames lag before we start encoding
// ----------------------------------------------------------------