0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

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
This commit is contained in:
mplayer-svn 2011-12-11 15:41:37 +00:00 committed by wm4
parent 01a207bef0
commit 4877e8468d

View File

@ -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;