demux: ts: remove check for gone usdigital access

This commit is contained in:
Marvin Scholz 2022-03-17 23:26:15 +01:00 committed by Rémi Denis-Courmont
parent 99d74f1b33
commit 10aae615ab
1 changed files with 1 additions and 2 deletions

View File

@ -521,8 +521,7 @@ static int Open( vlc_object_t *p_this )
}
if( p_sys->standard == TS_STANDARD_AUTO &&
( !strncasecmp( p_demux->psz_url, "atsc", 4 ) ||
!strncasecmp( p_demux->psz_url, "usdigital", 9 ) ) )
!strncasecmp( p_demux->psz_url, "atsc", 4 ) )
{
TsChangeStandard( p_sys, TS_STANDARD_ATSC );
}