mirror of https://github.com/mpv-player/mpv
Remove unused line (and fix an icc warning).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27739 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
22bb046adc
commit
a6b9c80b25
|
@ -392,7 +392,6 @@ static int demux_audio_open(demuxer_t* demuxer) {
|
|||
l -= 16;
|
||||
if (l >= 2) {
|
||||
w->cbSize = stream_read_word_le(s);
|
||||
if (w->cbSize < 0) w->cbSize = 0;
|
||||
l -= 2;
|
||||
if (l < w->cbSize) {
|
||||
mp_msg(MSGT_DEMUX,MSGL_ERR,"[demux_audio] truncated extradata (%d < %d)\n",
|
||||
|
|
Loading…
Reference in New Issue