Displaying 1 result from an estimated 1 matches for "352d6ae".
2007 Oct 28
0
9 commits - configure.ac libswfdec/swfdec_as_context.c libswfdec/swfdec_audio_internal.h libswfdec/swfdec_codec_audio.c libswfdec/swfdec_codec_gst.c libswfdec/swfdec_sound.c
...ormat), ret);
+ return ret;
}
commit 82bd44abf501719be638d4c97ed834c6899eb670
Author: Benjamin Otte <otte at gnome.org>
Date: Sun Oct 28 22:38:48 2007 +0100
query the format before destroying the decoder (oops)
diff --git a/libswfdec/swfdec_sound.c b/libswfdec/swfdec_sound.c
index 352d6ae..64e22a3 100644
--- a/libswfdec/swfdec_sound.c
+++ b/libswfdec/swfdec_sound.c
@@ -194,6 +194,7 @@ swfdec_sound_get_decoded (SwfdecSound *sound, SwfdecAudioFormat *format)
while ((tmp = swfdec_audio_decoder_pull (decoder))) {
swfdec_buffer_queue_push (queue, tmp);
}
+ sound->decoded_f...