Browse Source

Merge branch 'master' of https://github.com/que273/rtpengine

Change-Id: Ifd3671331d763ce5559e676ac844818a26116bdc
changes/19/20019/1
Richard Fuchs 8 years ago
parent
commit
4d9d14016f
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", .rtpname = "AMR-WB",
.avcodec_id = AV_CODEC_ID_AMR_NB,
.avcodec_id = AV_CODEC_ID_AMR_WB,
.avcodec_name = NULL, .avcodec_name = NULL,
.default_clockrate = 16000, .default_clockrate = 16000,
.default_channels = 1, .default_channels = 1,


Loading…
Cancel
Save