| Index: include/libyuv/convert_from.h
|
| diff --git a/include/libyuv/convert_from.h b/include/libyuv/convert_from.h
|
| index 9fd8d4de5f3fef5c1e23704f4a331d9367e4456c..39e1578a0e33343ceb3eaf5e5804b9fef726f50e 100644
|
| --- a/include/libyuv/convert_from.h
|
| +++ b/include/libyuv/convert_from.h
|
| @@ -56,8 +56,6 @@ int I400Copy(const uint8* src_y, int src_stride_y,
|
| uint8* dst_y, int dst_stride_y,
|
| int width, int height);
|
|
|
| -// TODO(fbarchard): I420ToM420
|
| -
|
| LIBYUV_API
|
| int I420ToNV12(const uint8* src_y, int src_stride_y,
|
| const uint8* src_u, int src_stride_u,
|
|
|