[xiph-commits] r3597 - libfishsound/trunk/src/examples
conrad at svn.annodex.net
conrad at svn.annodex.net
Mon May 5 01:52:05 PDT 2008
Author: conrad
Date: 2008-05-05 01:52:05 -0700 (Mon, 05 May 2008)
New Revision: 3597
Modified:
libfishsound/trunk/src/examples/fishsound-decenc.c
Log:
build fix (fishsound-decenc.c)
Modified: libfishsound/trunk/src/examples/fishsound-decenc.c
===================================================================
--- libfishsound/trunk/src/examples/fishsound-decenc.c 2008-05-05 08:32:01 UTC (rev 3596)
+++ libfishsound/trunk/src/examples/fishsound-decenc.c 2008-05-05 08:52:05 UTC (rev 3597)
@@ -99,6 +99,7 @@
{
FS_DecEnc * ed = (FS_DecEnc *) user_data;
FishSoundInfo fsinfo;
+ int i;
if (!ed->begun) {
fish_sound_command (fsound, FISH_SOUND_GET_INFO, &fsinfo,
@@ -143,7 +144,6 @@
int interleave, int blocksize)
{
FS_DecEnc * ed;
- int i;
if (infilename == NULL || outfilename == NULL) return NULL;
More information about the commits
mailing list