[FFmpeg-cvslog] lavc/hevcdsp: fix pretty printing mistake

Clément Bœsch git at videolan.org
Mon Jan 30 13:04:08 EET 2017


ffmpeg | branch: master | Clément Bœsch <u at pkh.me> | Mon Jan 30 11:50:38 2017 +0100| [3a3554871a138101311125bdd2358be18527b951] | committer: Clément Bœsch

lavc/hevcdsp: fix pretty printing mistake

"Issue" introduced in 83976e40e89655162e5394cf8915d9b6d89702d9.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3a3554871a138101311125bdd2358be18527b951
---

 libavcodec/hevcdsp_template.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/libavcodec/hevcdsp_template.c b/libavcodec/hevcdsp_template.c
index b840d17..78eb354 100644
--- a/libavcodec/hevcdsp_template.c
+++ b/libavcodec/hevcdsp_template.c
@@ -1497,7 +1497,9 @@ static void FUNC(put_hevc_epel_bi_w_hv)(uint8_t *_dst, ptrdiff_t _dststride, uin
         dst  += dststride;
         src2 += MAX_PB_SIZE;
     }
-}// line zero
+}
+
+// line zero
 #define P3 pix[-4 * xstride]
 #define P2 pix[-3 * xstride]
 #define P1 pix[-2 * xstride]



More information about the ffmpeg-cvslog mailing list