summaryrefslogtreecommitdiffstats
path: root/media/base/yuv_scale.h
diff options
context:
space:
mode:
Diffstat (limited to 'media/base/yuv_scale.h')
-rw-r--r--media/base/yuv_scale.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/media/base/yuv_scale.h b/media/base/yuv_scale.h
index a029664..8913620 100644
--- a/media/base/yuv_scale.h
+++ b/media/base/yuv_scale.h
@@ -30,7 +30,6 @@ enum Rotate {
// 6 5
// ->1 2<-
-
// Scale a frame of YV12 (aka YUV420) to 32 bit ARGB.
void ScaleYV12ToRGB32(const uint8* yplane,
const uint8* uplane,