Browse Source

8svx: add links to documentation resources

tags/n0.8
Stefano Sabatini 15 years ago
parent
commit
48dce86065
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      libavcodec/8svx.c

+ 9
- 0
libavcodec/8svx.c View File

@@ -23,6 +23,15 @@
* 8svx audio decoder
* supports: fibonacci delta encoding
* : exponential encoding
*
* For more information about the 8SVX format:
* http://netghost.narod.ru/gff/vendspec/iff/iff.txt
* http://sox.sourceforge.net/AudioFormats-11.html
* http://aminet.net/package/mus/misc/wavepak
* http://amigan.1emu.net/reg/8SVX.txt
*
* Samples can be found here:
* http://aminet.net/mods/smpl/
*/

#include "avcodec.h"


Loading…
Cancel
Save