mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-12 10:15:22 +00:00
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 */
|
/* estimate subpacket sizes */
|
||||||
q->subpacket[0].size = avctx->block_align;
|
q->subpacket[0].size = avctx->block_align;
|
||||||
|
|
||||||
for(i=1;i<q->num_subpackets;i++){
|
for(i=1;i<q->num_subpackets;i++){
|
||||||
q->subpacket[i].size = 2 * buf[avctx->block_align - 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 */
|
/* decode supbackets */
|
||||||
*data_size = 0;
|
*data_size = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user