ra144enc: set supported channel layouts.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Alexis Ballier 2013-07-15 09:46:51 -04:00 committed by Michael Niedermayer
parent 5999db97cf
commit 69383d055e
1 changed files with 1 additions and 0 deletions

View File

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