]> git.sesse.net Git - vlc/commitdiff
* Update some comments
authorDerk-Jan Hartman <hartman@videolan.org>
Sun, 28 Aug 2005 18:59:53 +0000 (18:59 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Sun, 28 Aug 2005 18:59:53 +0000 (18:59 +0000)
modules/access_output/shout.c

index 593cbc849de85ed5a8a830ccbe5835a32ecad061..42efeca9b814bbf2203abeb96ec9b13c16d40d6c 100644 (file)
@@ -5,6 +5,7 @@
  * $Id$
  *
  * Authors: Daniel Fischer <dan at subsignal dot org>
+ *          Derk-Jan Hartman <hartman at videolan dot org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -24,9 +25,9 @@
 /*****************************************************************************
  * Some Comments:
  *
- * o this only works for ogg streams, and there's no checking about that yet.
- * o there's a memleak somewhere, quite huge. i'm unsure if its somewhere
- *   in libshout, in vlc or even in this patch...
+ * - this only works for ogg and/or mp3, and we don't check this yet.
+ * - MP3 metadata is not passed along, since metadata is only available after
+ *   this module is opened.
  *
  * Typical usage:
  *