Mercurial > libavformat.hg
changeset 4056:a6a5fe159af7 libavformat
Commit last ok'ed parts of QCELP decoder and enable it.
patch by Kenan Gillet, kenan.gillet gmail com
author | vitor |
---|---|
date | Tue, 02 Dec 2008 16:48:05 +0000 |
parents | 69a2d02089e1 |
children | bf23e96cf362 |
files | mov.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mov.c Tue Dec 02 15:43:47 2008 +0000 +++ b/mov.c Tue Dec 02 16:48:05 2008 +0000 @@ -988,7 +988,9 @@ #endif /* no ifdef since parameters are always those */ case CODEC_ID_QCELP: + st->codec->frame_size= 160; st->codec->channels= 1; /* really needed */ + break; case CODEC_ID_AMR_NB: case CODEC_ID_AMR_WB: st->codec->frame_size= sc->samples_per_frame;