Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2016-02-03 03:21:46 +0300
committerTimothy Gu <timothygu99@gmail.com>2016-02-06 06:30:23 +0300
commit9fd6ea933fa107884230dce98dffa4ba166fa93d (patch)
tree29c3390d2e3c125360b61507c221d823ca3c3403 /libavcodec/dirac_dwt.h
parent17ab8f7e6852a9db46aec3267bc8a7e40dde849f (diff)
dirac_dwt: Make x86 files/functions names consistent
Diffstat (limited to 'libavcodec/dirac_dwt.h')
-rw-r--r--libavcodec/dirac_dwt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/dirac_dwt.h b/libavcodec/dirac_dwt.h
index 41842b5cd6..b3be596e9f 100644
--- a/libavcodec/dirac_dwt.h
+++ b/libavcodec/dirac_dwt.h
@@ -79,6 +79,7 @@ enum dwt_type {
int ff_spatial_idwt_init2(DWTContext *d, uint8_t *buffer, int width, int height,
int stride, enum dwt_type type, int decomposition_count,
uint8_t *temp, int bit_depth);
+void ff_spatial_idwt_init_x86(DWTContext *d, enum dwt_type type);
void ff_spatial_idwt_slice2(DWTContext *d, int y);