Commit 06fd213e authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Do not reset channel_layout to 0.

The channel_layout may have been set by the demuxer.
parent ecf72542
......@@ -251,8 +251,6 @@ static av_cold int output_configure(AACContext *ac,
}
memcpy(ac->tag_che_map, ac->che, 4 * MAX_ELEM_ID * sizeof(ac->che[0][0]));
avctx->channel_layout = 0;
}
avctx->channels = channels;
......
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