Chromium Code Reviews| Index: source/libvpx/vp8/encoder/onyx_if.c |
| =================================================================== |
| --- source/libvpx/vp8/encoder/onyx_if.c (revision 176396) |
| +++ source/libvpx/vp8/encoder/onyx_if.c (working copy) |
| @@ -3488,7 +3488,7 @@ |
| /* Note that we should not throw out a key frame (especially when |
| * spatial resampling is enabled). |
| */ |
| - if ((cm->frame_type == KEY_FRAME)) |
| + if (cm->frame_type == KEY_FRAME) |
| { |
| cpi->decimation_count = cpi->decimation_factor; |
| } |