| Index: source/libvpx/vp9/encoder/vp9_temporal_filter.c
|
| diff --git a/source/libvpx/vp9/encoder/vp9_temporal_filter.c b/source/libvpx/vp9/encoder/vp9_temporal_filter.c
|
| index 10c67ff499a7aa1068a7c769c75b810ce4c6f844..24b6203cb667455567d3e3bbbf5c230b789fb44d 100644
|
| --- a/source/libvpx/vp9/encoder/vp9_temporal_filter.c
|
| +++ b/source/libvpx/vp9/encoder/vp9_temporal_filter.c
|
| @@ -682,7 +682,7 @@ void vp9_temporal_filter(VP9_COMP *cpi, int distance) {
|
| if (frames_to_blur > 0) {
|
| // Setup scaling factors. Scaling on each of the arnr frames is not
|
| // supported.
|
| - if (is_two_pass_svc(cpi)) {
|
| + if (cpi->use_svc) {
|
| // In spatial svc the scaling factors might be less then 1/2.
|
| // So we will use non-normative scaling.
|
| int frame_used = 0;
|
|
|