summaryrefslogtreecommitdiff
path: root/libavcodec/xvididct.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-08-27 02:58:07 +0200
committerDiego Biurrun <diego@biurrun.de>2014-08-27 04:54:05 -0700
commitdcb7c868ec7af7d3a138b3254ef2e08f074d8ec5 (patch)
treeb52731e876c8a94fd631f12272b19945cdc35fc0 /libavcodec/xvididct.h
parent1f156af4274dc72d588620f6bedb4e9e66023c92 (diff)
cosmetics: Make naming scheme of Xvid IDCT consistent with other IDCTs
Diffstat (limited to 'libavcodec/xvididct.h')
-rw-r--r--libavcodec/xvididct.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/xvididct.h b/libavcodec/xvididct.h
index a688bc8c0e..e6cc69a57f 100644
--- a/libavcodec/xvididct.h
+++ b/libavcodec/xvididct.h
@@ -22,8 +22,8 @@
#include "avcodec.h"
#include "idctdsp.h"
-void ff_xvididct_init(IDCTDSPContext *c, AVCodecContext *avctx);
+void ff_xvid_idct_init(IDCTDSPContext *c, AVCodecContext *avctx);
-void ff_xvididct_init_x86(IDCTDSPContext *c);
+void ff_xvid_idct_init_x86(IDCTDSPContext *c);
#endif /* AVCODEC_XVIDIDCT_H */