You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avcodec/mlpenc: fix indentation
This commit is contained in:
@@ -1509,7 +1509,7 @@ static void lossless_matrix_coeffs(MLPEncodeContext *ctx)
|
|||||||
|
|
||||||
mode = estimate_stereo_mode(ctx);
|
mode = estimate_stereo_mode(ctx);
|
||||||
|
|
||||||
switch(mode) {
|
switch (mode) {
|
||||||
/* TODO: add matrix for MID_SIDE */
|
/* TODO: add matrix for MID_SIDE */
|
||||||
case MLP_CHMODE_MID_SIDE:
|
case MLP_CHMODE_MID_SIDE:
|
||||||
case MLP_CHMODE_LEFT_RIGHT:
|
case MLP_CHMODE_LEFT_RIGHT:
|
||||||
@@ -2114,7 +2114,6 @@ static void analyze_sample_buffer(MLPEncodeContext *ctx)
|
|||||||
unsigned int substr;
|
unsigned int substr;
|
||||||
|
|
||||||
for (substr = 0; substr < ctx->num_substreams; substr++) {
|
for (substr = 0; substr < ctx->num_substreams; substr++) {
|
||||||
|
|
||||||
ctx->cur_restart_header = &ctx->restart_header[substr];
|
ctx->cur_restart_header = &ctx->restart_header[substr];
|
||||||
ctx->cur_decoding_params = seq_dp + 1*(ctx->num_substreams) + substr;
|
ctx->cur_decoding_params = seq_dp + 1*(ctx->num_substreams) + substr;
|
||||||
ctx->cur_channel_params = seq_cp + 1*(ctx->avctx->channels);
|
ctx->cur_channel_params = seq_cp + 1*(ctx->avctx->channels);
|
||||||
|
Reference in New Issue
Block a user