]> git.ozlabs.org Git - ccan/blobdiff - ccan/ogg_to_pcm/_info
base64: fix for unsigned chars (e.g. ARM).
[ccan] / ccan / ogg_to_pcm / _info
index 7ae6594a1cf4ba8aa0d39495a02c3e97cf7fdf82..d48a5f9dc16e6391f65c7718933061f0fad4b01b 100644 (file)
@@ -1,6 +1,6 @@
+#include "config.h"
 #include <stdio.h>
 #include <string.h>
-#include "config.h"
 
 /**
  * ogg_to_pcm - decode ogg vorbis audio files to PCM data using libvorbis 
@@ -10,7 +10,7 @@
  *
  * Example:
  *     #include <stdint.h>
- *     #include <ogg_to_pcm.h>
+ *     #include <ccan/ogg_to_pcm/ogg_to_pcm.h>
  *
  *     int main(int argc, char *argv[]) 
  *     {
@@ -24,7 +24,7 @@
  *             return 0;
  *     }
  *
- * License: LGPL (v2.1 or any later version)
+ * License: GPLv2
  *
  */
 int main(int argc, char *argv[])