Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dvblast
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
dvblast
Commits
7e6dd581
Commit
7e6dd581
authored
Oct 30, 2009
by
Christophe Massiot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* en50221.c: Increase MAX_CASYSTEM_IDS to 64 and fix inverted logic (thanks Marian !)
parent
19f28796
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
en50221.c
en50221.c
+2
-2
No files found.
en50221.c
View file @
7e6dd581
...
...
@@ -947,7 +947,7 @@ static void ApplicationInformationOpen( access_t * p_access, int i_session_id )
* Conditional Access
*/
#define MAX_CASYSTEM_IDS
16
#define MAX_CASYSTEM_IDS
64
typedef
struct
{
...
...
@@ -959,7 +959,7 @@ typedef struct
static
int
CheckSystemID
(
system_ids_t
*
p_ids
,
uint16_t
i_id
)
{
int
i
=
0
;
if
(
!
p_ids
)
return
1
;
if
(
!
p_ids
)
return
0
;
while
(
p_ids
->
pi_system_ids
[
i
]
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment