mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-20 22:40:47 +00:00
avcodec/mlpenc: fix indentation
This commit is contained in:
parent
036d94da43
commit
85b9b96957
@ -2114,7 +2114,6 @@ static void analyze_sample_buffer(MLPEncodeContext *ctx)
|
||||
unsigned int substr;
|
||||
|
||||
for (substr = 0; substr < ctx->num_substreams; substr++) {
|
||||
|
||||
ctx->cur_restart_header = &ctx->restart_header[substr];
|
||||
ctx->cur_decoding_params = seq_dp + 1*(ctx->num_substreams) + substr;
|
||||
ctx->cur_channel_params = seq_cp + 1*(ctx->avctx->channels);
|
||||
|
Loading…
Reference in New Issue
Block a user