mirror of
https://github.com/mpv-player/mpv
synced 2025-01-18 21:31:13 +00:00
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:
parent
c1fff74704
commit
d64ad3f125
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user