Mercurial > mplayer.hg
diff stream/http.c @ 34343:9c695b52687e
Add a test file for ultravox in comment.
| author | reimar |
|---|---|
| date | Sun, 11 Dec 2011 15:41:37 +0000 |
| parents | 25667edae85c |
| children | 06847bdbe4bc |
line wrap: on
line diff
--- a/stream/http.c Sun Dec 11 15:13:39 2011 +0000 +++ b/stream/http.c Sun Dec 11 15:41:37 2011 +0000 @@ -80,6 +80,9 @@ * \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;
