mirror of
https://github.com/mpv-player/mpv
synced 2024-10-30 04:46:41 +01:00
update libnut API
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20830 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d50ec374a0
commit
c29caa76bd
@ -76,7 +76,7 @@ static demuxer_t * demux_open_nut(demuxer_t * demuxer) {
|
||||
int ret;
|
||||
int i;
|
||||
|
||||
if ((ret = nut_read_headers(nut, &s))) {
|
||||
if ((ret = nut_read_headers(nut, &s, NULL))) {
|
||||
if (ret < 0) mp_msg(MSGT_HEADER, MSGL_ERR, "NUT error: %s\n",
|
||||
nut_error(-ret));
|
||||
nut_demuxer_uninit(nut);
|
||||
|
Loading…
Reference in New Issue
Block a user