Browse Source

Fix AMR-WB codec initialisation

pull/492/head
Hugh Waite 8 years ago
parent
commit
565ed98bfb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/codeclib.c

+ 1
- 1
lib/codeclib.c View File

@ -300,7 +300,7 @@ static codec_def_t __codec_defs[] = {
},
{
.rtpname = "AMR-WB",
.avcodec_id = AV_CODEC_ID_AMR_NB,
.avcodec_id = AV_CODEC_ID_AMR_WB,
.avcodec_name = NULL,
.default_clockrate = 16000,
.default_channels = 1,


Loading…
Cancel
Save