]> git.sesse.net Git - vlc/blobdiff - modules/audio_output/opensles_android.c
ALSA: remove variable callback (refs #5273)
[vlc] / modules / audio_output / opensles_android.c
index d53002457247c93bcd8a9af04ea148c8bc34268f..cd343cbb4ace0d6020809683fefdb21529b3d393 100644 (file)
@@ -257,7 +257,6 @@ static int Open( vlc_object_t * p_this )
 
     // we want 16bit signed data little endian.
     p_aout->format.i_format              = VLC_CODEC_S16L;
-    p_aout->i_nb_samples                 = 2048;
     p_aout->format.i_physical_channels   = AOUT_CHAN_LEFT | AOUT_CHAN_RIGHT;
     p_aout->pf_play                      = Play;
     p_aout->pf_pause                     = NULL;