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-02 07:50:22 +0300
committerTimothy Gu <timothygu99@gmail.com>2016-02-06 06:29:43 +0300
commit17ab8f7e6852a9db46aec3267bc8a7e40dde849f (patch)
treeb079118165931a0bbc7ea8a62db051bc7f102b8a /libavcodec/diracdsp.h
parent1c40bccc0949f24bde1cd51194367a4a9fd490c5 (diff)
diracdsp: Make x86 files/functions names consistent
Diffstat (limited to 'libavcodec/diracdsp.h')
-rw-r--r--libavcodec/diracdsp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/diracdsp.h b/libavcodec/diracdsp.h
index 439bda26a5..25a872d846 100644
--- a/libavcodec/diracdsp.h
+++ b/libavcodec/diracdsp.h
@@ -63,5 +63,6 @@ DECL_DIRAC_PIXOP(put, l4_c);
DECL_DIRAC_PIXOP(avg, l4_c);
void ff_diracdsp_init(DiracDSPContext *c);
+void ff_diracdsp_init_x86(DiracDSPContext* c);
#endif /* AVCODEC_DIRACDSP_H */