cosmetic, indentation
Originally committed as revision 9960 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
43a2ce000a
commit
d0fa156fc5
@ -1292,8 +1292,7 @@ static int adpcm_decode_frame(AVCodecContext *avctx,
|
|||||||
c->status[i].step_index = get_bits(&gb, 6);
|
c->status[i].step_index = get_bits(&gb, 6);
|
||||||
}
|
}
|
||||||
|
|
||||||
for (count = 0; get_bits_count(&gb) <= size - nb_bits*avctx->channels && count < 4095; count++)
|
for (count = 0; get_bits_count(&gb) <= size - nb_bits*avctx->channels && count < 4095; count++) {
|
||||||
{
|
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
for (i = 0; i < avctx->channels; i++) {
|
for (i = 0; i < avctx->channels; i++) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user