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
e74393dd
Commit
e74393dd
authored
Apr 16, 2014
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
examples/decode_mpeg.c: build fix for Windows platforms.
parent
a64f6aeb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
examples/decode_mpeg.c
examples/decode_mpeg.c
+2
-0
No files found.
examples/decode_mpeg.c
View file @
e74393dd
...
@@ -241,6 +241,7 @@ static void report_UDPPacketTiming( int32_t i_seqno, int32_t bytes )
...
@@ -241,6 +241,7 @@ static void report_UDPPacketTiming( int32_t i_seqno, int32_t bytes )
#endif
#endif
#endif
#endif
#ifdef HAVE_SYS_SOCKET_H
#ifdef HAVE_GETTIMEOFDAY
#ifdef HAVE_GETTIMEOFDAY
static
mtime_t
report_PCRPacketTiming
(
int
i_cc
,
ts_pid_t
*
ts_pid
,
static
mtime_t
report_PCRPacketTiming
(
int
i_cc
,
ts_pid_t
*
ts_pid
,
mtime_t
i_prev_pcr
,
mtime_t
time_prev
,
int32_t
i_bytes
)
mtime_t
i_prev_pcr
,
mtime_t
time_prev
,
int32_t
i_bytes
)
...
@@ -294,6 +295,7 @@ static void report_PCRPacketTiming( int i_cc, ts_pid_t *ts_pid,
...
@@ -294,6 +295,7 @@ static void report_PCRPacketTiming( int i_cc, ts_pid_t *ts_pid,
printf
(
"
\n
"
);
printf
(
"
\n
"
);
#endif
#endif
}
}
#endif
static
void
message
(
dvbpsi_t
*
handle
,
const
dvbpsi_msg_level_t
level
,
const
char
*
msg
)
static
void
message
(
dvbpsi_t
*
handle
,
const
dvbpsi_msg_level_t
level
,
const
char
*
msg
)
{
{
...
...
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