Commit 6d52e5a2 authored by massiot's avatar massiot

* en50221.c: Fix a regression introduced in [148] (CA sysId not taken into

   account).


git-svn-id: svn://svn.videolan.org/dvblast/trunk@150 55d3f8b6-4a41-4d2d-a900-313d1436a5b8
parent cf1ef174
......@@ -1063,11 +1063,8 @@ static bool CheckSystemID( system_ids_t *p_ids, uint16_t i_id )
if( p_ids->b_high_level ) return true;
for ( i = 0; i < p_ids->i_nb_system_ids; i++ )
{
if ( p_ids->pi_system_ids[i] == i_id )
return true;
i++;
}
return false;
}
......
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