Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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
vlc-gpu
Commits
0b63b791
Commit
0b63b791
authored
Oct 27, 2009
by
Marian Ďurkovič
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
en50221: Increase MAX_CASYSTEM_IDS to 64 and fix inverted logic
As reported on forum, Powercam Pro returns 38 system IDs
parent
0ae618ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/access/dvb/en50221.c
modules/access/dvb/en50221.c
+2
-2
No files found.
modules/access/dvb/en50221.c
View file @
0b63b791
...
@@ -963,7 +963,7 @@ static void ApplicationInformationOpen( access_t * p_access, int i_session_id )
...
@@ -963,7 +963,7 @@ static void ApplicationInformationOpen( access_t * p_access, int i_session_id )
* Conditional Access
* Conditional Access
*/
*/
#define MAX_CASYSTEM_IDS
16
#define MAX_CASYSTEM_IDS
64
typedef
struct
typedef
struct
{
{
...
@@ -973,7 +973,7 @@ typedef struct
...
@@ -973,7 +973,7 @@ typedef struct
static
bool
CheckSystemID
(
system_ids_t
*
p_ids
,
uint16_t
i_id
)
static
bool
CheckSystemID
(
system_ids_t
*
p_ids
,
uint16_t
i_id
)
{
{
int
i
=
0
;
int
i
=
0
;
if
(
!
p_ids
)
return
tru
e
;
if
(
!
p_ids
)
return
fals
e
;
while
(
p_ids
->
pi_system_ids
[
i
]
)
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