Remove parentheses
Originally committed as revision 18692 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
fcc01e646b
commit
bb1135c8a3
1 changed files with 1 additions and 1 deletions
|
|
@ -1010,7 +1010,7 @@ static int cook_decode_frame(AVCodecContext *avctx,
|
|||
|
||||
for(i=1;i<q->num_subpackets;i++){
|
||||
q->subpacket[i].size = 2 * buf[avctx->block_align - q->num_subpackets + i];
|
||||
q->subpacket[0].size -= (q->subpacket[i].size + 1);
|
||||
q->subpacket[0].size -= q->subpacket[i].size + 1;
|
||||
}
|
||||
|
||||
/* decode supbackets */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue