From 4877e8468d7d86c4d41c7f14123d360a7efc19b2 Mon Sep 17 00:00:00 2001 From: mplayer-svn Date: Sun, 11 Dec 2011 15:41:37 +0000 Subject: stream/http: add a test file for ultravox in comment git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@34431 b3059339-0415-0410-9bf9-f77b7e298cf2 Author: reimar --- stream/http.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'stream') diff --git a/stream/http.c b/stream/http.c index 349a6c483d..4cc435e0d0 100644 --- a/stream/http.c +++ b/stream/http.c @@ -84,6 +84,9 @@ static unsigned my_read(int fd, char *buffer, int len, streaming_ctrl_t *sc) { * \param fd file descriptor to read from * \param sc streaming_ctrl_t whose buffer is consumed before reading from fd * \return number of real data before next metadata block starts or 0 on error + * + * You can use unsv://samples.mplayerhq.hu/V-codecs/VP5/vp5_artefacts.nsv to + * test. */ static unsigned uvox_meta_read(int fd, streaming_ctrl_t *sc) { unsigned metaint; -- cgit v1.2.3