diff options
-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 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. <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> |