[vlc-commits] input/demux: remove legacy comment that is no longer relevant

Filip Roséen git at videolan.org
Tue Aug 2 15:47:22 CEST 2016


vlc | branch: master | Filip Roséen <filip at atch.se> | Sat Jul 30 09:34:17 2016 +0200| [3e334ec250808588f4722484fecd255b37ad8175] | committer: Jean-Baptiste Kempf

input/demux: remove legacy comment that is no longer relevant

The comment in question was first introduced in 47d4e67, and back then
the code that followed looked very different.

Given that the code has evolved and no longer do what the comment is
stating, the comment is removed by this commit.

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3e334ec250808588f4722484fecd255b37ad8175
---

 src/input/demux.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/input/demux.c b/src/input/demux.c
index 7c663f3..e804813 100644
--- a/src/input/demux.c
+++ b/src/input/demux.c
@@ -290,8 +290,6 @@ demux_t *input_DemuxNew( vlc_object_t *obj, const char *access_name,
 
     if( demux_name[0] == '\0' )
     {
-        /* special hack for forcing a demuxer with --demux=module
-         * (and do nothing with a list) */
         demux_var = var_InheritString( obj, "demux" );
         if( demux_var != NULL )
         {



More information about the vlc-commits mailing list