Commit 6d77421f authored by bcoudurier's avatar bcoudurier

cosmetic, indentation

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9960 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 912751e2
......@@ -1292,8 +1292,7 @@ static int adpcm_decode_frame(AVCodecContext *avctx,
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;
for (i = 0; i < avctx->channels; i++) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment