cosmetics: indent after last commit

Originally committed as revision 25981 to svn://svn.ffmpeg.org/ffmpeg/trunk
oldabi
Justin Ruggles 14 years ago
parent 99ca4f73f0
commit b64d842c1d
  1. 2
      libavcodec/ac3enc.c

@ -1270,7 +1270,7 @@ static av_cold int validate_options(AVCodecContext *avctx, AC3EncodeContext *s)
break;
}
if (i == 9) {
return -1;
return -1;
}
s->sample_rate = avctx->sample_rate;
s->bit_alloc.sr_shift = i % 3;

Loading…
Cancel
Save