git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
73d8810
)
avfilter/uspp: make src const in store_slice_c()
author
Clément Bœsch
<u@pkh.me>
Fri, 12 Dec 2014 00:45:29 +0000
(
01:45
+0100)
committer
Clément Bœsch
<u@pkh.me>
Fri, 12 Dec 2014 00:45:29 +0000
(
01:45
+0100)
libavfilter/vf_uspp.c
patch
|
blob
|
history
diff --git
a/libavfilter/vf_uspp.c
b/libavfilter/vf_uspp.c
index
3b1f3b5
..
9ddf5df
100644
(file)
--- a/
libavfilter/vf_uspp.c
+++ b/
libavfilter/vf_uspp.c
@@
-158,7
+158,7
@@
static const uint8_t offset[511][2] = {
{ 3, 4}, {11, 4}, { 3,12}, {11,12}, { 7, 0}, {15, 0}, { 7, 8}, {15, 8},
};
-static void store_slice_c(uint8_t *dst, int16_t *src,
+static void store_slice_c(uint8_t *dst,
const
int16_t *src,
int dst_stride, int src_stride,
int width, int height, int log2_scale)
{