Index: media/base/yuv_convert.h |
diff --git a/media/base/yuv_convert.h b/media/base/yuv_convert.h |
index e7c2860d304b346159959bc4c5dea26f14c14fd1..f545bfda91e3ca94970a5c38722580fafd0a440f 100644 |
--- a/media/base/yuv_convert.h |
+++ b/media/base/yuv_convert.h |
@@ -149,13 +149,6 @@ MEDIA_EXPORT void ConvertYUY2ToYUV(const uint8* src, |
int width, |
int height); |
-MEDIA_EXPORT void ConvertNV21ToYUV(const uint8* src, |
- uint8* yplane, |
- uint8* uplane, |
- uint8* vplane, |
- int width, |
- int height); |
- |
// Empty SIMD register state after calling optimized scaler functions. |
MEDIA_EXPORT void EmptyRegisterState(); |