diff libmpcodecs/vd.c @ 25872:3eeaf9d4c65a

note on new demuxers and codecs, add them to lav* instead of libmp*
author ivo
date Mon, 28 Jan 2008 12:11:41 +0000
parents 85ca3ea69e03
children edfe8baed49f
line wrap: on
line diff
--- a/libmpcodecs/vd.c	Mon Jan 28 11:49:30 2008 +0000
+++ b/libmpcodecs/vd.c	Mon Jan 28 12:11:41 2008 +0000
@@ -97,6 +97,8 @@
 #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
 };