summaryrefslogtreecommitdiff
path: root/examples/svc_encodeframe.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/svc_encodeframe.c')
-rw-r--r--examples/svc_encodeframe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/svc_encodeframe.c b/examples/svc_encodeframe.c
index 0b3c90e22..40d6e3a3c 100644
--- a/examples/svc_encodeframe.c
+++ b/examples/svc_encodeframe.c
@@ -280,8 +280,8 @@ vpx_codec_err_t vpx_svc_set_options(SvcContext *svc_ctx, const char *options) {
return VPX_CODEC_OK;
}
-vpx_codec_err_t assign_layer_bitrates(const SvcContext *svc_ctx,
- vpx_codec_enc_cfg_t *const enc_cfg) {
+static vpx_codec_err_t assign_layer_bitrates(
+ const SvcContext *svc_ctx, vpx_codec_enc_cfg_t *const enc_cfg) {
int i;
const SvcInternal_t *const si = get_const_svc_internal(svc_ctx);
int sl, tl, spatial_layer_target;