Commit ccbaaefd 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>
(cherry picked from commit ff7ee990e3eac51beec12d73044e4fc23efd58b4)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 89eff4ca
......@@ -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