Commit ff7ee990 authored by Tobias Güntner's avatar Tobias Güntner Committed by Jean-Baptiste Kempf

Force MPEG demuxer

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent ea1c1c61
......@@ -201,6 +201,8 @@ static int Open( vlc_object_t *p_this )
return VLC_EGENERIC;
}
free( p_access->psz_demux );
p_access->psz_demux = strdup( p_sys->b_ts_format ? "ts" : "ps" );
return VLC_SUCCESS;
}
......
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