ra144enc: set supported channel layouts.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/27/head
Alexis Ballier 12 years ago committed by Michael Niedermayer
parent 5999db97cf
commit 69383d055e
  1. 1
      libavcodec/ra144enc.c

@ -555,4 +555,5 @@ AVCodec ff_ra_144_encoder = {
AV_SAMPLE_FMT_NONE }, AV_SAMPLE_FMT_NONE },
.supported_samplerates = (const int[]){ 8000, 0 }, .supported_samplerates = (const int[]){ 8000, 0 },
.long_name = NULL_IF_CONFIG_SMALL("RealAudio 1.0 (14.4K)"), .long_name = NULL_IF_CONFIG_SMALL("RealAudio 1.0 (14.4K)"),
.channel_layouts = (const uint64_t[]) { AV_CH_LAYOUT_MONO, 0 },
}; };

Loading…
Cancel
Save