Chromium Code Reviews| Index: source/libvpx/vp9/encoder/vp9_ratectrl.c |
| =================================================================== |
| --- source/libvpx/vp9/encoder/vp9_ratectrl.c (revision 291087) |
| +++ source/libvpx/vp9/encoder/vp9_ratectrl.c (working copy) |
| @@ -646,7 +646,6 @@ |
| int q; |
| if (frame_is_intra_only(cm)) { |
| - active_best_quality = rc->best_quality; |
| // Handle the special case for key frames forced when we have reached |
| // the maximum key frame interval. Here force the Q to a range |