summaryrefslogtreecommitdiff
path: root/libavcodec/dwt.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/dwt.h')
-rw-r--r--libavcodec/dwt.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/dwt.h b/libavcodec/dwt.h
index c5a5874224..aa7d98dc28 100644
--- a/libavcodec/dwt.h
+++ b/libavcodec/dwt.h
@@ -228,9 +228,9 @@ void ff_spatial_idwt_slice2(DWTContext *d, int y);
: ff_slice_buffer_load_line((slice_buf), \
(line_num)))
-void ff_slice_buffer_init(slice_buffer *buf, int line_count,
- int max_allocated_lines, int line_width,
- IDWTELEM *base_buffer);
+int ff_slice_buffer_init(slice_buffer *buf, int line_count,
+ int max_allocated_lines, int line_width,
+ IDWTELEM *base_buffer);
void ff_slice_buffer_release(slice_buffer *buf, int line);
void ff_slice_buffer_flush(slice_buffer *buf);
void ff_slice_buffer_destroy(slice_buffer *buf);