sync to new libnut

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19963 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ods15 2006-09-23 18:48:18 +00:00
parent f21b92e1a5
commit dcc0b8e177
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ static demuxer_t * demux_open_nut(demuxer_t * demuxer) {
.eof = NULL,
.file_pos = stream_tell(demuxer->stream),
},
.alloc = { .malloc = NULL },
.read_index = index_mode
};
nut_priv_t * priv = demuxer->priv;