1000000000l reported by Steven Schultz (thanks!)

when the hell was this c++ crap added?
why wasn't it noticed?
do all the competent developers --disable-real because we don't watch
crappy low-quality files?


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11887 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rfelker 2004-01-30 03:44:00 +00:00
parent 52c958dd49
commit df5c60506d
1 changed files with 2 additions and 1 deletions

View File

@ -515,6 +515,7 @@ int demux_real_fill_buffer(demuxer_t *demuxer)
int flags;
int version;
int reserved;
demux_packet_t *dp;
while(1){
@ -601,7 +602,7 @@ got_audio:
free(sub_packet_lengths);
return 1;
}
demux_packet_t *dp = new_demux_packet(len);
dp = new_demux_packet(len);
stream_read(demuxer->stream, dp->buffer, len);
#ifdef CRACK_MATRIX
mp_msg(MSGT_DEMUX, MSGL_V,"*** audio block len=%d\n",len);