mirror of https://github.com/mpv-player/mpv
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:
parent
01a207bef0
commit
4877e8468d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue