summaryrefslogtreecommitdiff
path: root/apps/codecs/libwmapro
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libwmapro')
-rw-r--r--apps/codecs/libwmapro/README.rockbox11
1 files changed, 4 insertions, 7 deletions
diff --git a/apps/codecs/libwmapro/README.rockbox b/apps/codecs/libwmapro/README.rockbox
index 1e195b1b8b..5d15bdd42c 100644
--- a/apps/codecs/libwmapro/README.rockbox
+++ b/apps/codecs/libwmapro/README.rockbox
@@ -14,10 +14,7 @@ IMPORT DETAILS
14 14
15Based on ffmpeg svn r22886 dated 15 April 2010. 15Based on ffmpeg svn r22886 dated 15 April 2010.
16 16
17The decoder now (17 July 2010) uses fixed point arithmetic everywhere. It still 17The decoder is a heavily modified version of the original ffmpeg floating point
18doesn't work on 3 targets, namely clip, c200v2 and m200v4 due to their small 18implementation. It's been modified to use fixed point arithmetic and now plays
19codec buffer compared to wma pro's needs. 19and seeks on all the targets that Rockbox supports. Currently only supports mono
20 20and stereo streams, streams with more than 2 channels are not yet supported.
21A comparison against ffmpeg floating point decoder gives :
220.2~0.3% max relative error
230.005~0.01% average relative error