Browse Source

to be more precise

Originally committed as revision 1967 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Nick Kurshev 22 years ago
parent
commit
c3b4e0eb15
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/ra288.c

+ 1
- 1
libavcodec/ra288.c View File

@@ -440,7 +440,7 @@ static int ra288_decode_frame(AVCodecContext * avctx,
}
/* Phase 1: decode */
bret = ptb-buf;
for(z=0;z<bret;z+=cfs) { decode_block(avctx,&tb[z],(signed short *)data); data += 320; }
for(z=0;z<bret;z+=cfs) data=decode_block(avctx,&tb[z],(signed short *)data);
*data_size = data - datao;
return bret;
}


Loading…
Cancel
Save