summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 048d225844..237ad03c15 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -2563,6 +2563,11 @@ unsigned avcodec_version(void);
*/
void avcodec_init(void);
+/**
+ * Register the codec \p codec and initialize libavcodec.
+ *
+ * @see avcodec_init()
+ */
void register_avcodec(AVCodec *codec);
/**