]> git.sesse.net Git - vlc/commitdiff
Smem: update a comment.
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 7 Apr 2010 09:38:28 +0000 (11:38 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 7 Apr 2010 09:38:28 +0000 (11:38 +0200)
modules/stream_out/smem.c

index 7fd2d317372939ff3c3fcb64d7dddafa54a84648..9d317ea45f67379650e69ba5ef436878df97e0d1 100644 (file)
@@ -37,8 +37,6 @@
  *
  * 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,
     block_ChainRelease( p_buffer );
     return VLC_SUCCESS;
 }
+