[xiph-cvs] r6510 - trunk/postfish

xiphmont at xiph.org xiphmont at xiph.org
Wed Apr 14 18:12:03 PDT 2004



Author: xiphmont
Date: 2004-04-14 21:12:02 -0400 (Wed, 14 Apr 2004)
New Revision: 6510

Modified:
   trunk/postfish/mainpanel.c
   trunk/postfish/output.c
   trunk/postfish/version.h
Log:
Momentarily dusable the declipper; its panel must be re-integrated
Turn on ID keyword versioning on version.h

<p><p>Modified: trunk/postfish/mainpanel.c
===================================================================
--- trunk/postfish/mainpanel.c	2004-04-15 00:19:52 UTC (rev 6509)
+++ trunk/postfish/mainpanel.c	2004-04-15 01:12:02 UTC (rev 6510)
@@ -536,7 +536,8 @@
       gtk_widget_set_name(l,"windowbuttonlike");
       gtk_misc_set_alignment(GTK_MISC(l),0,.5);
       gtk_table_attach_defaults(GTK_TABLE(table),l,1,2,i+1,i+2);
-    }else{
+    }
+    {
       GtkWidget *b=windowbutton_new(NULL);
       
       gtk_widget_set_sensitive(b,FALSE);

Modified: trunk/postfish/output.c
===================================================================
--- trunk/postfish/output.c	2004-04-15 00:19:52 UTC (rev 6509)
+++ trunk/postfish/output.c	2004-04-15 01:12:02 UTC (rev 6510)
@@ -232,7 +232,7 @@
     /* get data */
     link=input_read();
     result=link->samples;
-    link=declip_read(link);
+    //link=declip_read(link);
     result|=link->samples;
     link=multicompand_read(link);
     result|=link->samples;

Modified: trunk/postfish/version.h
===================================================================
--- trunk/postfish/version.h	2004-04-15 00:19:52 UTC (rev 6509)
+++ trunk/postfish/version.h	2004-04-15 01:12:02 UTC (rev 6510)
@@ -1,2 +1,2 @@
-#define VERSION "$Id: version.h,v 1.44 2004/03/17 10:37:04 xiphmont Exp $ "
-/* DO NOT EDIT: Automated versioning hack [Wed Apr 14 20:16:34 EDT 2004] */
+#define VERSION "$Id$ "
+/* DO NOT EDIT: Automated versioning hack [Wed Apr 14 20:58:42 EDT 2004] */

<p>Property changes on: trunk/postfish/version.h
___________________________________________________________________
Name: svn:keywords
   + Id

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list