diff options
| author | Mohamed Tarek <mt@rockbox.org> | 2009-08-15 09:44:39 +0000 |
|---|---|---|
| committer | Mohamed Tarek <mt@rockbox.org> | 2009-08-15 09:44:39 +0000 |
| commit | 2ae585273ef025f597f5aaffa5e9ea193db49f0d (patch) | |
| tree | 6fbb5a2732636fca5055f33dbc879bccb8c51ac6 /apps | |
| parent | 1474b93011df340766508cd76298846bb3331e4d (diff) | |
| download | rockbox-2ae585273ef025f597f5aaffa5e9ea193db49f0d.zip rockbox-2ae585273ef025f597f5aaffa5e9ea193db49f0d.tar.gz rockbox-2ae585273ef025f597f5aaffa5e9ea193db49f0d.tar.bz2 rockbox-2ae585273ef025f597f5aaffa5e9ea193db49f0d.tar.xz | |
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
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/codecs/libatrac/README.rockbox | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/codecs/libatrac/README.rockbox b/apps/codecs/libatrac/README.rockbox index 46738e7..30703a3 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. IMPORT DETAILS -The decoder is based on ffmpeg-svn r18079. +The decoder is based on ffmpeg-svn r18110 : Mar 21 2009. +Some changes were done on in order to use static VLC tables +according to this commit : +http://git.ffmpeg.org/?p=ffmpeg;a=commit;h=4c20cf13a166577d93f5b2b0abb4609c60104d33 + The decoder had been modified to use fixed-point arithmetic. TESTING |