Chromium Code Reviews| Index: source/libvpx/vp9/encoder/vp9_bitstream.h |
| =================================================================== |
| --- source/libvpx/vp9/encoder/vp9_bitstream.h (revision 293081) |
| +++ source/libvpx/vp9/encoder/vp9_bitstream.h (working copy) |
| @@ -29,7 +29,7 @@ |
| (is_two_pass_svc(cpi) && |
| cpi->svc.spatial_layer_id == 0 && |
| cpi->svc.layer_context[0].gold_ref_idx >=0 && |
| - cpi->oxcf.ss_play_alternate[0])); |
| + cpi->oxcf.ss_enable_auto_arf[0])); |
| } |
| #ifdef __cplusplus |