| Index: source/libvpx/third_party/libyuv/include/libyuv/convert_from.h
 | 
| diff --git a/source/libvpx/third_party/libyuv/include/libyuv/convert_from.h b/source/libvpx/third_party/libyuv/include/libyuv/convert_from.h
 | 
| index b1cf57f7dc03b1242f1cb7c84dbe0e60c3447b84..d6c0e3d8703e8c1a384e8db3eab4779a6e1331d3 100644
 | 
| --- a/source/libvpx/third_party/libyuv/include/libyuv/convert_from.h
 | 
| +++ b/source/libvpx/third_party/libyuv/include/libyuv/convert_from.h
 | 
| @@ -57,7 +57,6 @@ int I400Copy(const uint8* src_y, int src_stride_y,
 | 
|               int width, int height);
 | 
|  
 | 
|  // TODO(fbarchard): I420ToM420
 | 
| -// TODO(fbarchard): I420ToQ420
 | 
|  
 | 
|  LIBYUV_API
 | 
|  int I420ToNV12(const uint8* src_y, int src_stride_y,
 | 
| @@ -152,8 +151,6 @@ int I420ToARGB4444(const uint8* src_y, int src_stride_y,
 | 
|                     uint8* dst_frame, int dst_stride_frame,
 | 
|                     int width, int height);
 | 
|  
 | 
| -// Note Bayer formats (BGGR) To I420 are in format_conversion.h.
 | 
| -
 | 
|  // Convert I420 to specified format.
 | 
|  // "dst_sample_stride" is bytes in a row for the destination. Pass 0 if the
 | 
|  //    buffer has contiguous rows. Can be negative. A multiple of 16 is optimal.
 | 
| 
 |