[xiph-commits] r3328 - libfishsound/branches/1.0-stable-flac/src/libfishsound

conrad at svn.annodex.net conrad at svn.annodex.net
Thu Jan 10 00:16:38 PST 2008


Author: conrad
Date: 2008-01-10 00:16:38 -0800 (Thu, 10 Jan 2008)
New Revision: 3328

Modified:
   libfishsound/branches/1.0-stable-flac/src/libfishsound/private.h
Log:
correct internal type of encoded callback (remove one level of pointer decl)


Modified: libfishsound/branches/1.0-stable-flac/src/libfishsound/private.h
===================================================================
--- libfishsound/branches/1.0-stable-flac/src/libfishsound/private.h	2008-01-10 08:03:33 UTC (rev 3327)
+++ libfishsound/branches/1.0-stable-flac/src/libfishsound/private.h	2008-01-10 08:16:38 UTC (rev 3328)
@@ -100,7 +100,7 @@
 union FishSoundCallback {
   FishSoundDecoded_Float decoded_float;
   FishSoundDecoded_FloatIlv decoded_float_ilv;
-  FishSoundEncoded * encoded;
+  FishSoundEncoded encoded;
 };
 
 struct _FishSound {



More information about the commits mailing list