Commit 686d3594 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Smem: update a comment.

parent 335335d6
...@@ -37,8 +37,6 @@ ...@@ -37,8 +37,6 @@
* *
* the video-data and audio-data pointers will be passed to lock/unlock function * the video-data and audio-data pointers will be passed to lock/unlock function
* *
* For now, audio is NOT IMPLEMENTED.
*
******************************************************************************/ ******************************************************************************/
/***************************************************************************** /*****************************************************************************
...@@ -382,3 +380,4 @@ static int SendAudio( sout_stream_t *p_stream, sout_stream_id_t *id, ...@@ -382,3 +380,4 @@ static int SendAudio( sout_stream_t *p_stream, sout_stream_id_t *id,
block_ChainRelease( p_buffer ); block_ChainRelease( p_buffer );
return VLC_SUCCESS; return VLC_SUCCESS;
} }
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