10l, all modes is 0x81FF

Originally committed as revision 5641 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Baptiste Coudurier 2006-07-06 14:46:01 +00:00
parent b7d9da100d
commit 875f92876a

View File

@ -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;