summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vd.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpcodecs/vd.c')
-rw-r--r--libmpcodecs/vd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libmpcodecs/vd.c b/libmpcodecs/vd.c
index 9e0a6cb3b7..7b5ec1d60d 100644
--- a/libmpcodecs/vd.c
+++ b/libmpcodecs/vd.c
@@ -97,6 +97,8 @@ vd_functions_t* mpcodecs_vd_drivers[] = {
#if defined(USE_QTX_CODECS) || defined(MACOSX)
&mpcodecs_vd_qtvideo,
#endif
+ /* Please do not add any new decoders here. If you want to implement a new
+ * decoder, add it to libavcodec */
NULL
};