summaryrefslogtreecommitdiff
path: root/libavformat/movenc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/movenc.c')
-rw-r--r--libavformat/movenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/movenc.c b/libavformat/movenc.c
index be0bfe4431..66d53d1538 100644
--- a/libavformat/movenc.c
+++ b/libavformat/movenc.c
@@ -208,7 +208,7 @@ static int mov_write_amr_tag(ByteIOContext *pb, MOVTrack *track)
put_tag(pb, "FFMP");
put_byte(pb, 0); /* decoder version */
- put_be16(pb, 0x80); /* Mode set (all modes for AMR_NB) */
+ put_be16(pb, 0x81FF); /* Mode set (all modes for AMR_NB) */
put_byte(pb, 0x00); /* Mode change period (no restriction) */
put_byte(pb, 0x01); /* Frames per sample */
return 0x11;