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
fd14b5c2
Commit
fd14b5c2
authored
Oct 12, 2007
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove excess whitespace
parent
2fac91b7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
37 deletions
+36
-37
examples/decode_mpeg.c
examples/decode_mpeg.c
+36
-37
No files found.
examples/decode_mpeg.c
View file @
fd14b5c2
...
...
@@ -537,7 +537,6 @@ int main(int i_argc, char* pa_argv[])
/* Remember PID */
if
(
!
p_stream
->
pid
[
i_pid
].
b_seen
)
{
p_stream
->
pid
[
i_pid
].
b_seen
=
VLC_TRUE
;
i_old_cc
=
i_cc
;
p_stream
->
pid
[
i_pid
].
i_cc
=
i_cc
;
...
...
@@ -596,7 +595,7 @@ int main(int i_argc, char* pa_argv[])
printf
(
"arrival -, "
);
else
{
tv_delta
=
time_current
-
time_prev
;
tv_delta
=
(
time_t
)(
time_current
-
time_prev
)
;
printf
(
"arrival %.2lld, "
,
(
long
long
int
)
tv_delta
);
}
time_prev
=
time_current
;
...
...
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