Mercurial > libavformat.hg
changeset 1153:6cb1c11cc363 libavformat
10l, all modes is 0x81FF
author | bcoudurier |
---|---|
date | Thu, 06 Jul 2006 14:46:01 +0000 |
parents | c7cf3d1f9bd7 |
children | 322bb8541a9e |
files | movenc.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/movenc.c Thu Jul 06 14:38:50 2006 +0000 +++ b/movenc.c Thu Jul 06 14:46:01 2006 +0000 @@ -208,7 +208,7 @@ 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;