Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libdvbpsi
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
libdvbpsi
Commits
2175557f
Commit
2175557f
authored
Jul 19, 2015
by
Daniel Kamil Kozar
Committed by
Jean-Paul Saman
Jan 12, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix descriptor name
Signed-off-by:
Jean-Paul Saman
<
jpsaman@videolan.org
>
parent
7e62d37d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
misc/dr.xml
misc/dr.xml
+1
-1
misc/test_dr.c
misc/test_dr.c
+3
-3
No files found.
misc/dr.xml
View file @
2175557f
...
...
@@ -285,7 +285,7 @@
<array
name=
"p_nvod_refs"
len_name=
"i_references"
min_size=
"1"
type=
"dvbpsi_nvod_ref_t"
/>
</descriptor>
<descriptor
name=
"
Time shifted event
"
sname=
"tshifted_service"
fname=
"TimeShiftedService"
>
<descriptor
name=
"
time shifted service
"
sname=
"tshifted_service"
fname=
"TimeShiftedService"
>
<integer
name=
"i_ref_service_id"
bitcount=
"16"
default=
"0"
/>
</descriptor>
...
...
misc/test_dr.c
View file @
2175557f
...
...
@@ -1883,11 +1883,11 @@ static int main_nvod_ref_(void)
return
i_err
;
}
/*
Time shifted event
*/
/*
time shifted service
*/
static
int
main_tshifted_service_
(
void
)
{
BOZO_VARS
(
tshifted_service
);
BOZO_START
(
Time
shifted
event
);
BOZO_START
(
time
shifted
service
);
/* check i_ref_service_id */
...
...
@@ -1899,7 +1899,7 @@ static int main_tshifted_service_(void)
BOZO_end_integer
(
i_ref_service_id
,
16
)
BOZO_END
(
Time
shifted
event
);
BOZO_END
(
time
shifted
service
);
return
i_err
;
}
...
...
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