[vlc-devel] commit: en50221: Provide compile-time option for slow CAMs ( Marian Ďurkovič )
Laurent Aimar
fenrir at via.ecp.fr
Thu Oct 29 09:15:45 CET 2009
Hi,
On Thu, Oct 29, 2009, git version control wrote:
> vlc | branch: master | Marian Ďurkovič <md at bts.sk> | Thu Oct 29 08:26:04 2009 +0100| [6db314c162397a731b9d5d160731cd515819c35b] | committer: Marian Ďurkovič
>
> en50221: Provide compile-time option for slow CAMs
>
> +//#define CAPMT_WAIT 100 /* uncomment this for slow CAMs */
>
> static void ResourceManagerOpen( access_t * p_access, int i_session_id );
> static void ApplicationInformationOpen( access_t * p_access, int i_session_id );
> @@ -973,7 +974,7 @@ typedef struct
> static bool CheckSystemID( system_ids_t *p_ids, uint16_t i_id )
> {
> int i = 0;
> - if( !p_ids ) return false;
> + if( !p_ids ) return true; /* dummy session for high-level CI intf */
This seems to be unrelated to this commit.
Is it needed or a left over ?
--
fenrir
More information about the vlc-devel
mailing list