Fix extradata lenght when adding cmsg24 data

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20149 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rtogni 2006-10-10 21:37:06 +00:00
parent c1fff74704
commit d64ad3f125
1 changed files with 1 additions and 0 deletions

View File

@ -1608,6 +1608,7 @@ static demuxer_t* demux_open_real(demuxer_t* demuxer)
}
for (ii = 0; ii < cnt; ii++)
((unsigned char*)(sh->bih+1))[8+ii]=(unsigned short)stream_read_char(demuxer->stream);
sh->bih->biSize += cnt;
}
}