aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/avdct.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-07-28 05:14:39 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-07-30 22:39:08 +0200
commitc61ac696e56acb317ff4165dd0afaa12e9f8afe3 (patch)
tree7605f5017bfe192d841588456a091d75f387e007 /libavcodec/avdct.h
parent6a250c858ebbb9d5111c5b14d8d46d41bd08e218 (diff)
downloadffmpeg-c61ac696e56acb317ff4165dd0afaa12e9f8afe3.tar.gz
avcodec/avdct: Add avcodec_dct_get_class()
This should have been in the initial commit of AVDCT Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 2f717be22a933fc8f53b2cb2540ffb3358896467) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/avdct.h')
-rw-r--r--libavcodec/avdct.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/avdct.h b/libavcodec/avdct.h
index 4d691e013d..4c9d00f904 100644
--- a/libavcodec/avdct.h
+++ b/libavcodec/avdct.h
@@ -73,4 +73,6 @@ typedef struct AVDCT {
AVDCT *avcodec_dct_alloc(void);
int avcodec_dct_init(AVDCT *);
+const AVClass *avcodec_dct_get_class(void);
+
#endif /* AVCODEC_AVDCT_H */