mirror of https://git.ffmpeg.org/ffmpeg.git
Indent
Originally committed as revision 18688 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
0a704b5f21
commit
da75426b26
|
@ -1008,10 +1008,10 @@ static int cook_decode_frame(AVCodecContext *avctx,
|
|||
/* estimate subpacket sizes */
|
||||
q->subpacket[0].size = avctx->block_align;
|
||||
|
||||
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);
|
||||
}
|
||||
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);
|
||||
}
|
||||
|
||||
/* decode supbackets */
|
||||
*data_size = 0;
|
||||
|
|
Loading…
Reference in New Issue