[vlc-commits] commit: Smem: update a comment. (Jean-Baptiste Kempf )
git at videolan.org
git at videolan.org
Wed Apr 7 11:38:28 CEST 2010
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Apr 7 11:38:28 2010 +0200| [686d35945d85869320d72f4b00dbd9f54f1d0649] | committer: Jean-Baptiste Kempf
Smem: update a comment.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=686d35945d85869320d72f4b00dbd9f54f1d0649
---
modules/stream_out/smem.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/modules/stream_out/smem.c b/modules/stream_out/smem.c
index 7fd2d31..9d317ea 100644
--- a/modules/stream_out/smem.c
+++ b/modules/stream_out/smem.c
@@ -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;
}
+
More information about the vlc-commits
mailing list