[vlc-devel] commit: en50221: Provide compile-time option for slow CAMs ( Marian Ďurkovič )
Marian Ďurkovič
md at bts.sk
Thu Oct 29 09:35:53 CET 2009
On Thu, Oct 29, 2009 at 09:15:45AM +0100, Laurent Aimar wrote:
> 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 ?
Yes, it's needed for HLCI cards, well, perhaps I should have done that in a
separate commit...
With kind regards,
M.
More information about the vlc-devel
mailing list