rewrite SwfdecAudioFormat handling
commit041678da644e36af3a4aa6794b835e934d4cff15
authorBenjamin Otte <otte@gnome.org>
Mon, 1 Oct 2007 12:26:45 +0000 (1 14:26 +0200)
committerBenjamin Otte <otte@gnome.org>
Mon, 1 Oct 2007 12:26:45 +0000 (1 14:26 +0200)
treec2592fef64f3383b907b61d08d8bb828389420f8
parent12bc1ce29e324cb1ed123d5cfeabf7ceff2d60e0
rewrite SwfdecAudioFormat handling

Include width in the audio format.
Also make it its own struct and access it with functions. This should make it a
lot easier if we want to extend sound for multichannel etc.
18 files changed:
libswfdec/swfdec_audio.c
libswfdec/swfdec_audio_flv.c
libswfdec/swfdec_audio_internal.h
libswfdec/swfdec_audio_stream.c
libswfdec/swfdec_codec_adpcm.c
libswfdec/swfdec_codec_audio.c
libswfdec/swfdec_codec_audio.h
libswfdec/swfdec_codec_ffmpeg.c
libswfdec/swfdec_codec_gst.c
libswfdec/swfdec_codec_mad.c
libswfdec/swfdec_flv_decoder.c
libswfdec/swfdec_flv_decoder.h
libswfdec/swfdec_internal.h
libswfdec/swfdec_sound.c
libswfdec/swfdec_sound.h
libswfdec/swfdec_sprite.c
libswfdec/swfdec_system_as.c
test/dump.c