summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDeb Mukherjee <debargha@google.com>2014-11-18 12:25:31 -0800
committerDeb Mukherjee <debargha@google.com>2014-11-18 12:27:12 -0800
commit4c12046a7da1c4b18c2b9803e15a79766a1640f9 (patch)
tree4c89dc4d1254b0e46177326de765f593d198a125 /examples
parent3c715863da0afdc42fb44c9f6d04e983d25a8de7 (diff)
downloadlibvpx-4c12046a7da1c4b18c2b9803e15a79766a1640f9.tar.gz
libvpx-4c12046a7da1c4b18c2b9803e15a79766a1640f9.tar.bz2
libvpx-4c12046a7da1c4b18c2b9803e15a79766a1640f9.zip
Changes SvcContext_t to SvcContext
Fixes a borg build. Change-Id: I8cb510577e8d8bbc7a2e64f9e1bdfe883f49cb61
Diffstat (limited to 'examples')
-rw-r--r--examples/vp9_spatial_svc_encoder.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/vp9_spatial_svc_encoder.c b/examples/vp9_spatial_svc_encoder.c
index a193c671b..a4a9edb2d 100644
--- a/examples/vp9_spatial_svc_encoder.c
+++ b/examples/vp9_spatial_svc_encoder.c
@@ -125,7 +125,7 @@ void usage_exit() {
}
static void parse_command_line(int argc, const char **argv_,
- AppInput *app_input, SvcContext_t *svc_ctx,
+ AppInput *app_input, SvcContext *svc_ctx,
vpx_codec_enc_cfg_t *enc_cfg) {
struct arg arg = {0};
char **argv = NULL;
@@ -322,7 +322,7 @@ int main(int argc, const char **argv) {
VpxVideoInfo info = {0};
vpx_codec_ctx_t codec;
vpx_codec_enc_cfg_t enc_cfg;
- SvcContext_t svc_ctx;
+ SvcContext svc_ctx;
uint32_t i;
uint32_t frame_cnt = 0;
vpx_image_t raw;