summaryrefslogtreecommitdiff
path: root/codecs/codecs.h
diff options
context:
space:
mode:
Diffstat (limited to 'codecs/codecs.h')
-rw-r--r--codecs/codecs.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/codecs/codecs.h b/codecs/codecs.h
index 9f0c971bd5..8825d9e685 100644
--- a/codecs/codecs.h
+++ b/codecs/codecs.h
@@ -34,9 +34,13 @@ extern "C" {
#ifdef HAVE_PLUGINS
WS_DLL_PUBLIC void codec_register_plugin_types(void);
-WS_DLL_PUBLIC void register_all_codecs(void);
#endif
+/**
+ * For all built-in codecs and codec plugins, call their register routines.
+ */
+WS_DLL_PUBLIC void register_all_codecs(void);
+
struct codec_handle;
typedef struct codec_handle *codec_handle_t;