changeset 27707:e13f4e8ea77e

Remove unused line (and fix an icc warning).
author cehoyos
date Thu, 09 Oct 2008 17:10:31 +0000
parents 8dec0335f75b
children 32b1202fbd72
files libmpdemux/demux_audio.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/demux_audio.c	Thu Oct 09 17:08:47 2008 +0000
+++ b/libmpdemux/demux_audio.c	Thu Oct 09 17:10:31 2008 +0000
@@ -392,7 +392,6 @@
     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",