Commit 5344ba81 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* comment correction

parent ab20f6b2
...@@ -48,7 +48,7 @@ demux_t *__demux2_New( vlc_object_t *p_obj, ...@@ -48,7 +48,7 @@ demux_t *__demux2_New( vlc_object_t *p_obj,
p_demux->psz_demux = strdup( psz_demux ); p_demux->psz_demux = strdup( psz_demux );
p_demux->psz_path = strdup( psz_path ); p_demux->psz_path = strdup( psz_path );
/* Take into account "demux" to be able to do :demux=demuxdump */ /* Take into account "demux" to be able to do :demux=dump */
if( *p_demux->psz_demux == '\0' ) if( *p_demux->psz_demux == '\0' )
{ {
free( p_demux->psz_demux ); free( p_demux->psz_demux );
......
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