summaryrefslogtreecommitdiff
path: root/libavformat/cafenc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/cafenc.c')
-rw-r--r--libavformat/cafenc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/cafenc.c b/libavformat/cafenc.c
index 4156c49f7a..7cb4777bc6 100644
--- a/libavformat/cafenc.c
+++ b/libavformat/cafenc.c
@@ -72,6 +72,8 @@ static uint32_t samples_per_packet(enum CodecID codec_id) {
case CODEC_ID_GSM:
case CODEC_ID_QCELP:
return 160;
+ case CODEC_ID_GSM_MS:
+ return 320;
case CODEC_ID_MP1:
return 384;
case CODEC_ID_MP2: