Do not reset channel_layout to 0.

The channel_layout may have been set by the demuxer.
This commit is contained in:
Carl Eugen Hoyos 2011-05-25 09:43:14 +02:00
parent ecf72542fa
commit 06fd213eb6
1 changed files with 0 additions and 2 deletions

View File

@ -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;