Index: source/convert_from.cc |
diff --git a/source/convert_from.cc b/source/convert_from.cc |
index 9c138d936da726a33bc8658fe32ce31629cfbd6b..adce529945bba393aaffd14c3ae4b8e3b441df98 100644 |
--- a/source/convert_from.cc |
+++ b/source/convert_from.cc |
@@ -445,7 +445,7 @@ int I420ToNV21(const uint8* src_y, int src_stride_y, |
return I420ToNV12(src_y, src_stride_y, |
src_v, src_stride_v, |
src_u, src_stride_u, |
- dst_y, src_stride_y, |
+ dst_y, dst_stride_y, |
dst_vu, dst_stride_vu, |
width, height); |
} |