[vlc-commits] pulse: annotate fall through

Rémi Denis-Courmont git at videolan.org
Thu Jun 29 22:34:31 CEST 2017


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Jun 29 22:24:56 2017 +0300| [c103287533e9d7799d5addd7445404a37b9a29c8] | committer: Rémi Denis-Courmont

pulse: annotate fall through

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c103287533e9d7799d5addd7445404a37b9a29c8
---

 modules/audio_output/pulse.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/audio_output/pulse.c b/modules/audio_output/pulse.c
index d0fecaf69b..b23d110388 100644
--- a/modules/audio_output/pulse.c
+++ b/modules/audio_output/pulse.c
@@ -702,6 +702,7 @@ static int Start(audio_output_t *aout, audio_sample_format_t *restrict fmt)
     {
         case VLC_CODEC_FL64:
             fmt->i_format = VLC_CODEC_FL32;
+            /* fall through */
         case VLC_CODEC_FL32:
             ss.format = PA_SAMPLE_FLOAT32NE;
             break;



More information about the vlc-commits mailing list