summaryrefslogtreecommitdiff
path: root/libavcodec/avdct.h
diff options
context:
space:
mode:
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 */