Browse Source

s302m: Add Channle Layout for 6 channels

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.11
Thierry Foucu Michael Niedermayer 14 years ago
parent
commit
e0f30a567f
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      libavcodec/s302m.c

+ 3
- 0
libavcodec/s302m.c View File

@@ -74,6 +74,9 @@ static int s302m_parse_frame_header(AVCodecContext *avctx, const uint8_t *buf,
case 4:
avctx->channel_layout = AV_CH_LAYOUT_QUAD;
break;
case 6:
avctx->channel_layout = AV_CH_LAYOUT_5POINT1_BACK;
break;
case 8:
avctx->channel_layout = AV_CH_LAYOUT_5POINT1_BACK | AV_CH_LAYOUT_STEREO_DOWNMIX;
}


Loading…
Cancel
Save