fmt_gsm: document that this format is also used for RTP

This commit is contained in:
Harald Welte 2017-05-29 11:25:03 +02:00
parent 2ba67e8c9e
commit 1452203526
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ const struct format_desc fmt_gsm = {
.type = FMT_GSM,
.codec_type = CODEC_FR,
.name = "gsm",
.description = "Classic .gsm file format",
.description = "Classic .gsm file format (and RTP payload for FR according to RFC3551)",
.frame_len = GSM_LEN,
.conv_from_canon = gsm_from_canon,