summaryrefslogtreecommitdiff
path: root/vpx/svc_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'vpx/svc_context.h')
-rw-r--r--vpx/svc_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vpx/svc_context.h b/vpx/svc_context.h
index 432c3c729..5bc25189b 100644
--- a/vpx/svc_context.h
+++ b/vpx/svc_context.h
@@ -40,7 +40,7 @@ typedef struct {
int output_rc_stat; // for outputting rc stats
int speed; // speed setting for codec
int threads;
- int aqmode; // turns on aq-mdoe=3 (cyclic_refresh): 0=off, 1=on.
+ int aqmode; // turns on aq-mode=3 (cyclic_refresh): 0=off, 1=on.
// private storage for vpx_svc_encode
void *internal;
} SvcContext;