Browse Source

Set channel_layout for mpegaudio

Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit f4a86bc981)
tags/n0.8
Kieran Kunhya Michael Niedermayer 15 years ago
parent
commit
e10976eb77
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/mpegaudiodec.c

+ 1
- 0
libavcodec/mpegaudiodec.c View File

@@ -2054,6 +2054,7 @@ static int decode_frame(AVCodecContext * avctx,
}
/* update codec info */
avctx->channels = s->nb_channels;
avctx->channel_layout = s->nb_channels == 1 ? AV_CH_LAYOUT_MONO : AV_CH_LAYOUT_STEREO;
if (!avctx->bit_rate)
avctx->bit_rate = s->bit_rate;
avctx->sub_id = s->layer;


Loading…
Cancel
Save