Chromium Code Reviews| Index: source/convert_to_argb.cc |
| diff --git a/source/convert_to_argb.cc b/source/convert_to_argb.cc |
| index 7533f50109c22462c7eed5ff732bf279857ada60..aecdc80fde29bf0de6178e1e272cdd7fa0e14856 100644 |
| --- a/source/convert_to_argb.cc |
| +++ b/source/convert_to_argb.cc |
| @@ -176,7 +176,6 @@ int ConvertToARGB(const uint8* sample, size_t sample_size, |
| break; |
| // Triplanar formats |
| case FOURCC_I420: |
| - case FOURCC_YU12: |
| case FOURCC_YV12: { |
| const uint8* src_y = sample + (src_width * crop_y + crop_x); |
| const uint8* src_u; |