diff libmpdemux/demuxer.c @ 25880:4df11ac927fc

clarify comments/docs about lav* being the preferred place to implement new codecs and (de)muxers, except for wrappers around external libraries and codecs and (de)muxers requiring binary support.
author ivo
date Mon, 28 Jan 2008 22:09:21 +0000
parents edfe8baed49f
children c6f535c5f65b
line wrap: on
line diff
--- a/libmpdemux/demuxer.c	Mon Jan 28 18:29:26 2008 +0000
+++ b/libmpdemux/demuxer.c	Mon Jan 28 22:09:21 2008 +0000
@@ -75,7 +75,8 @@
 extern const demuxer_desc_t demuxer_desc_nut;
 
 /* Please do not add any new demuxers here. If you want to implement a new
- * demuxer, add it to libavformat */
+ * demuxer, add it to libavformat, except for wrappers around external
+ * libraries and demuxers requiring binary support. */
 
 const demuxer_desc_t* const demuxer_list[] = {
   &demuxer_desc_rawaudio,
@@ -145,7 +146,8 @@
   &demuxer_desc_xmms,
 #endif
   /* Please do not add any new demuxers here. If you want to implement a new
-   * demuxer, add it to libavformat */
+   * demuxer, add it to libavformat, except for wrappers around external
+   * libraries and demuxers requiring binary support. */
   NULL
 };