shithub: sox

Download patch

ref: f1d48ec10b30dd69ea3a079eb0524011589091c8
parent: 6ce96604e9ae60b99cd792582122934f26069757
author: robs <robs>
date: Sun Aug 3 04:13:24 EDT 2008

give xiph's full name

--- a/src/vorbis.c
+++ b/src/vorbis.c
@@ -395,7 +395,7 @@
   static const char *names[] = {"vorbis", "ogg", NULL};
   static unsigned encodings[] = {SOX_ENCODING_VORBIS, 0, 0};
   static sox_format_handler_t handler = {SOX_LIB_VERSION_CODE,
-    "Xiph's ogg-vorbis lossy compression", names, 0,
+    "Xiph.org's ogg-vorbis lossy compression", names, 0,
     startread, read_samples, stopread,
     startwrite, write_samples, stopwrite,
     seek, encodings, NULL, sizeof(priv_t)