Commit 44ecd37f authored by bcoudurier's avatar bcoudurier

10l, all modes is 0x81FF

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5641 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 914aef1a
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment