Chromium Code Reviews| Index: source/libvpx/vpx/svc_context.h |
| =================================================================== |
| --- source/libvpx/vpx/svc_context.h (revision 254565) |
| +++ source/libvpx/vpx/svc_context.h (working copy) |
| @@ -64,7 +64,8 @@ |
| * e.g., "60,53,39,33,27" |
| */ |
| vpx_codec_err_t vpx_svc_set_quantizers(SvcContext *svc_ctx, |
| - const char *quantizer_values); |
| + const char *quantizer_values, |
| + const int is_for_keyframe); |
| /** |
| * Set SVC scale factors |