Commit 225f0909 authored by Rafaël Carré's avatar Rafaël Carré

opensles: remove wrong comments

parent a63b0ed1
...@@ -156,7 +156,7 @@ static void PlayedCallback (SLAndroidSimpleBufferQueueItf caller, void *pContext ...@@ -156,7 +156,7 @@ static void PlayedCallback (SLAndroidSimpleBufferQueueItf caller, void *pContext
p_sys->i_toclean_buffer = 0; p_sys->i_toclean_buffer = 0;
} }
/***************************************************************************** /*****************************************************************************
* Open: open a dummy audio device * Open
*****************************************************************************/ *****************************************************************************/
static int Open( vlc_object_t *p_this ) static int Open( vlc_object_t *p_this )
{ {
...@@ -302,7 +302,7 @@ error: ...@@ -302,7 +302,7 @@ error:
} }
/***************************************************************************** /*****************************************************************************
* Close: close our file * Close
*****************************************************************************/ *****************************************************************************/
static void Close( vlc_object_t *p_this ) static void Close( vlc_object_t *p_this )
{ {
......
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