summaryrefslogtreecommitdiff
path: root/swfdec/swfdec_sound.c
diff options
context:
space:
mode:
Diffstat (limited to 'swfdec/swfdec_sound.c')
-rw-r--r--swfdec/swfdec_sound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/swfdec/swfdec_sound.c b/swfdec/swfdec_sound.c
index 75891c6c..d228e45e 100644
--- a/swfdec/swfdec_sound.c
+++ b/swfdec/swfdec_sound.c
@@ -192,7 +192,7 @@ swfdec_sound_get_decoded (SwfdecSound *sound)
if (sound->encoded == NULL)
return NULL;
- decoder = swfdec_audio_decoder_new (sound->codec, sound->format, NULL);
+ decoder = swfdec_audio_decoder_new (sound->codec, sound->format);
if (decoder == NULL)
return NULL;