projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13564fc
)
lavc/hevcdsp: fix pretty printing mistake
author
Clément Bœsch
<u@pkh.me>
Mon, 30 Jan 2017 10:50:38 +0000
(11:50 +0100)
committer
Clément Bœsch
<cboesch@gopro.com>
Mon, 30 Jan 2017 11:03:30 +0000
(12:03 +0100)
"Issue" introduced in
83976e40e89655162e5394cf8915d9b6d89702d9
.
libavcodec/hevcdsp_template.c
patch
|
blob
|
history
diff --git
a/libavcodec/hevcdsp_template.c
b/libavcodec/hevcdsp_template.c
index b840d179c334df3e898c655267008631582ddcac..78eb3545cd7704ba9cecb63676fde13ccce25ec7 100644
(file)
--- 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]