summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormplayer-svn <svn@mplayerhq.hu>2011-12-11 15:41:37 +0000
committerwm4 <wm4@nowhere>2012-08-03 01:36:27 +0200
commit4877e8468d7d86c4d41c7f14123d360a7efc19b2 (patch)
tree7a1da6c983f87472c7172d1d4b74a9ab8b3e73b4
parent01a207bef0e36680d8ca7adbd52a769d146eff9e (diff)
downloadmpv-4877e8468d7d86c4d41c7f14123d360a7efc19b2.tar.bz2
mpv-4877e8468d7d86c4d41c7f14123d360a7efc19b2.tar.xz
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
-rw-r--r--stream/http.c3
1 files changed, 3 insertions, 0 deletions
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;