Commit 69383d05 authored by Alexis Ballier's avatar Alexis Ballier Committed by Michael Niedermayer

ra144enc: set supported channel layouts.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 5999db97
......@@ -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 },
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment