Index: include/libyuv/convert_from.h |
diff --git a/include/libyuv/convert_from.h b/include/libyuv/convert_from.h |
index 59c40474f1ef249140a6f17875356d0abb8f78cb..24f11a52e475e2dcfea60db8ecd6d67034b36659 100644 |
--- a/include/libyuv/convert_from.h |
+++ b/include/libyuv/convert_from.h |
@@ -41,15 +41,6 @@ int I420ToI444(const uint8* src_y, int src_stride_y, |
uint8* dst_v, int dst_stride_v, |
int width, int height); |
-LIBYUV_API |
-int I420ToI411(const uint8* src_y, int src_stride_y, |
- const uint8* src_u, int src_stride_u, |
- const uint8* src_v, int src_stride_v, |
- uint8* dst_y, int dst_stride_y, |
- uint8* dst_u, int dst_stride_u, |
- uint8* dst_v, int dst_stride_v, |
- int width, int height); |
- |
// Copy to I400. Source can be I420, I422, I444, I400, NV12 or NV21. |
LIBYUV_API |
int I400Copy(const uint8* src_y, int src_stride_y, |