Commit 9978ed7d authored by Young Han Lee's avatar Young Han Lee Committed by Diego Biurrun

aacdec: indentation cosmetics

Signed-off-by: 's avatarDiego Biurrun <diego@biurrun.de>
parent b4a53314
......@@ -181,8 +181,7 @@ static ChannelElement *get_che(AACContext *ac, int type, int elem_id)
*/
static av_cold int che_configure(AACContext *ac,
enum ChannelPosition che_pos[4][MAX_ELEM_ID],
int type, int id,
int *channels)
int type, int id, int *channels)
{
if (che_pos[type][id]) {
if (!ac->che[type][id] && !(ac->che[type][id] = av_mallocz(sizeof(ChannelElement))))
......
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