From db12250fd1b10841d389c16aa3de7478296badb4 Mon Sep 17 00:00:00 2001 From: James Zern Date: Mon, 6 Apr 2015 16:11:02 -0700 Subject: [PATCH] cosmetics: vp8enci.h: break long line Change-Id: Ib7c7ef6171506e826ed5f7df20c5644f240fd645 --- src/enc/vp8enci.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/enc/vp8enci.h b/src/enc/vp8enci.h index 07384b6a..24d022c9 100644 --- a/src/enc/vp8enci.h +++ b/src/enc/vp8enci.h @@ -50,7 +50,8 @@ typedef enum { // Rate-distortion optimization levels // The predicted blocks can be accessed using offsets to yuv_p_ and // the arrays VP8*ModeOffsets[]. // * YUV Samples area (yuv_in_/yuv_out_/yuv_out2_) -// (see VP8Scan[] for accessing the blocks, along with Y_OFF_ENC/U_OFF_ENC/V_OFF_ENC): +// (see VP8Scan[] for accessing the blocks, along with +// Y_OFF_ENC/U_OFF_ENC/V_OFF_ENC): // +----+----+ // Y_OFF_ENC |YYYY|UUVV| // U_OFF_ENC |YYYY|UUVV|