[vlc-commits] oggspots: changed misleading entry in MODULES_LIST
Filip Roséen
git at videolan.org
Wed May 11 13:41:50 CEST 2016
vlc | branch: master | Filip Roséen <filip at videolabs.io> | Wed May 11 13:35:11 2016 +0200| [fc879f6c889c474590199af843b6c4c2a550127f] | committer: Jean-Baptiste Kempf
oggspots: changed misleading entry in MODULES_LIST
modules/codec/oggspots.c does not include an encoder, as such we
should not claim that we have support for such.
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fc879f6c889c474590199af843b6c4c2a550127f
---
modules/MODULES_LIST | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/MODULES_LIST b/modules/MODULES_LIST
index 0e0ceab..e34bb47 100644
--- a/modules/MODULES_LIST
+++ b/modules/MODULES_LIST
@@ -268,7 +268,7 @@ $Id$
* ntservice: run VLC as a NT service
* nuv: NUV demuxer
* ogg: input module for OGG decapsulation
- * oggspots: an OggSpots video decoder/packetizer/encoder
+ * oggspots: an OggSpots video decoder/packetizer
* oldmovie: oldmovie style video filter
* oldrc: old interface module using stdio
* omxil: OpenMAX IL audio/video decoder
More information about the vlc-commits
mailing list