You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Do not reset channel_layout to 0.
The channel_layout may have been set by the demuxer.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user