# HG changeset patch # User vitor # Date 1228169220 0 # Node ID 33d869ddfd06298ffcb8e565e7fb2eb882cd4077 # Parent 06642e6ba2880f5d9f006e9a3c21abb411a36129 More OKed parts of the QCELP decoder patch by Kenan Gillet, kenan.gillet gmail com diff -r 06642e6ba288 -r 33d869ddfd06 mov.c --- a/mov.c Mon Dec 01 00:08:42 2008 +0000 +++ b/mov.c Mon Dec 01 22:07:00 2008 +0000 @@ -988,6 +988,7 @@ #endif /* no ifdef since parameters are always those */ case CODEC_ID_QCELP: + st->codec->channels= 1; /* really needed */ case CODEC_ID_AMR_NB: case CODEC_ID_AMR_WB: st->codec->frame_size= sc->samples_per_frame;