diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2002-09-27 11:33:06 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2002-09-27 11:33:06 +0000 |
| commit | d2e725785a1ad611b53745d313f086ec4244b20f (patch) | |
| tree | 5bd4279d8ca33ae6f4663703e8c38f13910065a8 | |
| parent | 34a1efc4a1bdce3ffaf1349dec38856c4779d96f (diff) | |
| download | rockbox-d2e725785a1ad611b53745d313f086ec4244b20f.zip rockbox-d2e725785a1ad611b53745d313f086ec4244b20f.tar.gz rockbox-d2e725785a1ad611b53745d313f086ec4244b20f.tar.bz2 rockbox-d2e725785a1ad611b53745d313f086ec4244b20f.tar.xz | |
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.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/docs/mpeghdr.t b/www/docs/mpeghdr.t index 1bf9207..bf3373e 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. <P ALIGN=LEFT>For Layer II & III files use this formula: <P ALIGN=CENTER>FrameLengthInBytes = 144 * BitRate / SampleRate + Padding <P>Example:<BR> -Layer III, BitRate=128000, SampleRate=441000, Padding=0<BR> +Layer III, BitRate=128000, SampleRate=44100, Padding=0<BR> ==> FrameSize=417 bytes </TD></TR> |