summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohamed Tarek <mt@rockbox.org>2009-08-15 09:44:39 +0000
committerMohamed Tarek <mt@rockbox.org>2009-08-15 09:44:39 +0000
commit2ae585273ef025f597f5aaffa5e9ea193db49f0d (patch)
tree6fbb5a2732636fca5055f33dbc879bccb8c51ac6
parent1474b93011df340766508cd76298846bb3331e4d (diff)
downloadrockbox-2ae585273ef025f597f5aaffa5e9ea193db49f0d.tar.gz
rockbox-2ae585273ef025f597f5aaffa5e9ea193db49f0d.zip
Correct the ffmpeg revision of libatrac and write more import details.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22316 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/codecs/libatrac/README.rockbox6
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/codecs/libatrac/README.rockbox b/apps/codecs/libatrac/README.rockbox
index 46738e7d7b..30703a3e49 100644
--- a/apps/codecs/libatrac/README.rockbox
+++ b/apps/codecs/libatrac/README.rockbox
@@ -8,7 +8,11 @@ ffmpeg is licensed under the Lesser GNU General Public License.
8 8
9IMPORT DETAILS 9IMPORT DETAILS
10 10
11The decoder is based on ffmpeg-svn r18079. 11The decoder is based on ffmpeg-svn r18110 : Mar 21 2009.
12Some changes were done on in order to use static VLC tables
13according to this commit :
14http://git.ffmpeg.org/?p=ffmpeg;a=commit;h=4c20cf13a166577d93f5b2b0abb4609c60104d33
15
12The decoder had been modified to use fixed-point arithmetic. 16The decoder had been modified to use fixed-point arithmetic.
13 17
14TESTING 18TESTING