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

Revert "vdr: force MPEG-TS demuxer"

This reverts commit d8100367.
parent df0965ba
......@@ -202,8 +202,6 @@ 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