rygel r763 - trunk/src/rygel



Author: zeeshanak
Date: Sat Mar 28 00:45:58 2009
New Revision: 763
URL: http://svn.gnome.org/viewvc/rygel?rev=763&view=rev

Log:
Correct a copy&paste mistake.

Modified:
   trunk/src/rygel/rygel-l16-transcoder.vala

Modified: trunk/src/rygel/rygel-l16-transcoder.vala
==============================================================================
--- trunk/src/rygel/rygel-l16-transcoder.vala	(original)
+++ trunk/src/rygel/rygel-l16-transcoder.vala	Sat Mar 28 00:45:58 2009
@@ -34,7 +34,7 @@
     private const int FREQUENCY = 44100;
     private const int WIDTH = 16;
     private const int DEPTH = 16;
-    private const bool SIGNED = true; // Network byte order
+    private const bool SIGNED = true;
 
     private Endianness endianness;
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]