diff options
author | Paweł Kołodziejski | 2005-02-19 12:05:50 +0000 |
---|---|---|
committer | Paweł Kołodziejski | 2005-02-19 12:05:50 +0000 |
commit | 0de5fa2f33147529edcf4dccd24a2750b23a2867 (patch) | |
tree | a0fee1f80cd4eca18777208a693bfa264c10b7e5 | |
parent | d3b74919e2d3ae8ed22c0e81c31c61048c8e18b7 (diff) | |
download | scummvm-rg350-0de5fa2f33147529edcf4dccd24a2750b23a2867.tar.gz scummvm-rg350-0de5fa2f33147529edcf4dccd24a2750b23a2867.tar.bz2 scummvm-rg350-0de5fa2f33147529edcf4dccd24a2750b23a2867.zip |
mp3 support is allready done, flac will never be
svn-id: r16811
-rw-r--r-- | TODO | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -420,8 +420,6 @@ General * Make compress_san use the common encoder "API" in compress.c * Make compress_queen use the common encoder "API" in compress.c * Add FLAC support to compress_sword1 (and the sword1 engine) -* Add FLAC and MP3 support to compress_san (and the SMUSH player in the scumm - engine) * Consider using library APIs to encode data, instead of invoking the lame/oggenc/flac binaries. Pro: Tighter integration, no need to create temporary files. |