mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
Indent
Originally committed as revision 18688 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
+4
-4
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user