]> git.sesse.net Git - vlc/commitdiff
AudioTrack: fix typo while squashing commits
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 11 Mar 2015 14:25:14 +0000 (15:25 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 11 Mar 2015 14:25:14 +0000 (15:25 +0100)
modules/audio_output/audiotrack.c

index 11e7d5ec60fc42806ace65ad5ccbbabc4f4eab79..939ed05d8c0ec93bff1918eb5d884a83b076d2e1 100644 (file)
@@ -876,6 +876,7 @@ JNIThread_Start( JNIEnv *env, audio_output_t *p_aout )
         p_sys->i_write_type = WRITE_FLOAT;
     }
     else if( jfields.AudioTrack.writeV21 )
+    {
         msg_Dbg( p_aout, "using WRITE_V21");
         p_sys->i_write_type = WRITE_V21;
     }