summaryrefslogtreecommitdiff
path: root/libavcodec/hevcdsp.h
diff options
context:
space:
mode:
authorSeppo Tomperi <seppo.tomperi@vtt.fi>2015-02-03 22:36:42 -0300
committerJames Almer <jamrial@gmail.com>2015-02-04 17:52:54 -0300
commit4386e1fd94cd5a60b95dd19f75dcefa7c579c9f9 (patch)
tree86f2874744ffcea076e0fac84452ec8ccb2f5dd4 /libavcodec/hevcdsp.h
parent74d7faf4001e74c54f81000e521cef8e9965c80b (diff)
hevcdsp: simplified sao_edge_filter
Reviewed-by: Christophe Gisquet <christophe.gisquet@gmail.com> Reviewed-by: Mickaƫl Raulet <mraulet@insa-rennes.fr>
Diffstat (limited to 'libavcodec/hevcdsp.h')
-rw-r--r--libavcodec/hevcdsp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/hevcdsp.h b/libavcodec/hevcdsp.h
index c71b34f5a3..53d7b1b7e7 100644
--- a/libavcodec/hevcdsp.h
+++ b/libavcodec/hevcdsp.h
@@ -63,7 +63,7 @@ typedef struct HEVCDSPContext {
void (*sao_edge_filter)(uint8_t *_dst, uint8_t *_src, ptrdiff_t stride_dst,
ptrdiff_t stride_src, SAOParams *sao, int width,
- int height, int c_idx, int init_x, int init_y);
+ int height, int c_idx);
void (*sao_edge_restore[2])(uint8_t *_dst, uint8_t *_src, ptrdiff_t _stride_dst, ptrdiff_t _stride_src,
struct SAOParams *sao, int *borders, int _width, int _height, int c_idx,