summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2002-09-27 11:33:06 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2002-09-27 11:33:06 +0000
commitd2e725785a1ad611b53745d313f086ec4244b20f (patch)
tree5bd4279d8ca33ae6f4663703e8c38f13910065a8
parent34a1efc4a1bdce3ffaf1349dec38856c4779d96f (diff)
downloadrockbox-d2e725785a1ad611b53745d313f086ec4244b20f.tar.gz
rockbox-d2e725785a1ad611b53745d313f086ec4244b20f.zip
Wrong sample rate in example
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2440 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--www/docs/mpeghdr.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/docs/mpeghdr.t b/www/docs/mpeghdr.t
index 1bf9207402..bf3373e98c 100644
--- a/www/docs/mpeghdr.t
+++ b/www/docs/mpeghdr.t
@@ -296,7 +296,7 @@ frame length may change from frame to frame due to padding or bitrate switching.
296<P ALIGN=LEFT>For Layer II & III files use this formula: 296<P ALIGN=LEFT>For Layer II & III files use this formula:
297<P ALIGN=CENTER>FrameLengthInBytes = 144 * BitRate / SampleRate + Padding 297<P ALIGN=CENTER>FrameLengthInBytes = 144 * BitRate / SampleRate + Padding
298<P>Example:<BR> 298<P>Example:<BR>
299Layer III, BitRate=128000, SampleRate=441000, Padding=0<BR> 299Layer III, BitRate=128000, SampleRate=44100, Padding=0<BR>
300&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ==&gt;&nbsp; FrameSize=417 bytes 300&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ==&gt;&nbsp; FrameSize=417 bytes
301</TD></TR> 301</TD></TR>
302 302