[xiph-commits] r3336 -
libfishsound/branches/1.0-stable-flac/src/tests
conrad at svn.annodex.net
conrad at svn.annodex.net
Fri Jan 11 05:10:09 PST 2008
Author: conrad
Date: 2008-01-11 05:10:08 -0800 (Fri, 11 Jan 2008)
New Revision: 3336
Modified:
libfishsound/branches/1.0-stable-flac/src/tests/encdec-audio.c
Log:
add flushing of decoder to encdec-audio.c (after flushing encoder)
Modified: libfishsound/branches/1.0-stable-flac/src/tests/encdec-audio.c
===================================================================
--- libfishsound/branches/1.0-stable-flac/src/tests/encdec-audio.c 2008-01-11 13:09:35 UTC (rev 3335)
+++ libfishsound/branches/1.0-stable-flac/src/tests/encdec-audio.c 2008-01-11 13:10:08 UTC (rev 3336)
@@ -226,6 +226,7 @@
}
fish_sound_flush (ed->encoder);
+ fish_sound_flush (ed->decoder);
ed->reported_frames_in = fish_sound_get_frameno (ed->encoder);
expected_frames = ed->actual_frames_in;
More information about the commits
mailing list