update libnut API

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20830 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ods15 2006-11-10 07:32:01 +00:00
parent d50ec374a0
commit c29caa76bd
1 changed files with 1 additions and 1 deletions

View File

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