Browse Source

Do not reset channel_layout to 0.

The channel_layout may have been set by the demuxer.
tags/n0.8
Carl Eugen Hoyos 14 years ago
parent
commit
06fd213eb6
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavcodec/aacdec.c

+ 0
- 2
libavcodec/aacdec.c 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;


Loading…
Cancel
Save