summaryrefslogtreecommitdiff
path: root/src/input/mmsh.c
diff options
context:
space:
mode:
authorThibaut Mattern <tmattern@users.sourceforge.net>2003-04-26 13:26:28 +0000
committerThibaut Mattern <tmattern@users.sourceforge.net>2003-04-26 13:26:28 +0000
commit4512747c7cf9b1109c0b2f182370fc23d279613d (patch)
treebe27569b7361aa133f4e23344fd7a93cefabe67b /src/input/mmsh.c
parentfdf51e71f589bed4fbcd20f30bf55b064adfab3f (diff)
downloadxine-lib-4512747c7cf9b1109c0b2f182370fc23d279613d.tar.gz
xine-lib-4512747c7cf9b1109c0b2f182370fc23d279613d.tar.bz2
some doc and todo list
CVS patchset: 4681 CVS date: 2003/04/26 13:26:28
Diffstat (limited to 'src/input/mmsh.c')
-rw-r--r--src/input/mmsh.c13
1 files changed, 10 insertions, 3 deletions
diff --git a/src/input/mmsh.c b/src/input/mmsh.c
index 0b3e8ec8b..ed7d7a028 100644
--- a/src/input/mmsh.c
+++ b/src/input/mmsh.c
@@ -17,10 +17,17 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: mmsh.c,v 1.15 2003/04/25 20:37:21 tmattern Exp $
+ * $Id: mmsh.c,v 1.16 2003/04/26 13:26:28 tmattern Exp $
*
- * based on mms.c and specs from avifile
- * (http://avifile.sourceforge.net/asf-1.0.htm)
+ * MMS over HTTP protocol
+ * written by Thibaut Mattern
+ * based on mms.c and specs from avifile
+ * (http://avifile.sourceforge.net/asf-1.0.htm)
+ *
+ * TODO:
+ * error messages
+ * http support cleanup, find a way to share code with input_http.c (http.h|c)
+ * http proxy support
*/
#ifdef HAVE_CONFIG_H