Commit b33f2c04 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

AudioTrack: fix typo while squashing commits

parent 8d050c86
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment