Commit d8100367 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

vdr: force MPEG-TS demuxer

parent 3af9805b
......@@ -202,6 +202,8 @@ static int Open( vlc_object_t *p_this )
return VLC_EGENERIC;
}
free( p_access->psz_demux );
p_access->psz_demux = strdup( "ts" );
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