657
edits
m (→Iterator handling: clarification) |
(Update) |
||
Line 249: | Line 249: | ||
* Make compress_san use the common encoder "API" in compress.c | * Make compress_san use the common encoder "API" in compress.c | ||
* Make compress_queen use the common encoder "API" in compress.c | * Make compress_queen use the common encoder "API" in compress.c | ||
* Consider using library APIs to encode data, instead of invoking the lame/oggenc/flac binaries. | * Consider using library APIs to encode data, instead of invoking the lame/oggenc/flac binaries. | ||
*; Pro: Tighter integration, no need to create temporary files. | *; Pro: Tighter integration, no need to create temporary files. |
edits