search for: swfdec_audio_out_is_stereo

Displaying 1 result from an estimated 1 matches for "swfdec_audio_out_is_stereo".

2007 Jun 19
0
Branch 'as' - test/dump.c
...ames; i++) { SwfdecSpriteFrame *frame = &s->frames[i]; - if (frame->actions == NULL) - continue; if (frame->sound_head != sound && frame->sound_block != NULL) { sound = frame->sound_head; @@ -105,40 +105,55 @@ dump_sprite (SwfdecSprite *s) SWFDEC_AUDIO_OUT_IS_STEREO (sound->original_format) ? "mono" : "stereo", sound->width ? 16 : 8); } - for (j = 0; j < frame->actions->len; j++) { - SwfdecSpriteAction *action = - &g_array_index (frame->actions, SwfdecSpriteAction, j); - switch (action->type)...