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:
cehoyos 2008-10-09 17:10:31 +00:00
parent 22bb046adc
commit a6b9c80b25
1 changed files with 0 additions and 1 deletions

View File

@ -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",