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:
authorDiego Biurrun <diego@biurrun.de>2014-02-28 02:49:52 +0400
committerDiego Biurrun <diego@biurrun.de>2014-02-28 13:34:55 +0400
commitb23650491fbd579a4365f42bd42575afb7b53f7e (patch)
tree601a0384b969f7640d029a470901e3ab4023d6c0 /libavcodec/proresdsp.h
parentf2408ec9d752aa6ceb7eb9edb2771eafba437c1b (diff)
prores: Use consistent names for DSP arch initialization functions
Diffstat (limited to 'libavcodec/proresdsp.h')
-rw-r--r--libavcodec/proresdsp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/proresdsp.h b/libavcodec/proresdsp.h
index 5e35140b53..21d12e8814 100644
--- a/libavcodec/proresdsp.h
+++ b/libavcodec/proresdsp.h
@@ -38,6 +38,6 @@ typedef struct ProresDSPContext {
void ff_proresdsp_init(ProresDSPContext *dsp);
-void ff_proresdsp_x86_init(ProresDSPContext *dsp);
+void ff_proresdsp_init_x86(ProresDSPContext *dsp);
#endif /* AVCODEC_PRORESDSP_H */