diff --git a/ChangeLog b/ChangeLog index 6d319b5b2d..79ce84c6cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-10-23 Wim Taymans + + * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet): + Attempt to make obfuscated code clearer. + 2008-10-23 Sebastian Dröge * docs/libs/gst-plugins-base-libs-sections.txt: diff --git a/ext/vorbis/vorbisdec.c b/ext/vorbis/vorbisdec.c index 66716c93a2..ad607ce950 100644 --- a/ext/vorbis/vorbisdec.c +++ b/ext/vorbis/vorbisdec.c @@ -628,6 +628,7 @@ vorbis_handle_identification_packet (GstVorbisDec * vd) GST_AUDIO_CHANNEL_POSITION_REAR_CENTER, }; pos = pos7; + /* fallthrough */ } case 8:{ static const GstAudioChannelPosition pos8[] = { @@ -642,6 +643,7 @@ vorbis_handle_identification_packet (GstVorbisDec * vd) }; pos = pos8; + /* fallthrough */ } default:{ gint i;