From ab8c2300b6d57a6e3b7d5a932e220eaa5354c59c Mon Sep 17 00:00:00 2001 From: Pascal Massimino Date: Fri, 30 Oct 2015 00:02:27 -0700 Subject: [PATCH] add missing \n Change-Id: I0c9236bbeef5868629d4dc02e3fae6e79ca55949 --- src/dsp/yuv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dsp/yuv.c b/src/dsp/yuv.c index 0bab082c..2c1dbbee 100644 --- a/src/dsp/yuv.c +++ b/src/dsp/yuv.c @@ -174,6 +174,7 @@ static void ConvertARGBToY(const uint32_t* argb, uint8_t* y, int width) { YUV_HALF); } } + static void ConvertARGBToUV(const uint32_t* argb, uint8_t* u, uint8_t* v, int src_width, int do_store) { // No rounding. Last pixel is dealt with separately.