Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
7b930294
Commit
7b930294
authored
Jul 22, 2004
by
hartman
Browse files
* frenglish paquets -> packets
parent
17a71971
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/access_output/udp.c
View file @
7b930294
...
@@ -484,7 +484,7 @@ static void ThreadWrite( vlc_object_t *p_this )
...
@@ -484,7 +484,7 @@ static void ThreadWrite( vlc_object_t *p_this )
else
if
(
i_date
-
i_date_last
<
0
)
else
if
(
i_date
-
i_date_last
<
0
)
{
{
if
(
!
i_dropped_packets
)
if
(
!
i_dropped_packets
)
msg_Dbg
(
p_thread
,
"mmh, pa
qu
ets in the past -> drop"
);
msg_Dbg
(
p_thread
,
"mmh, pa
ck
ets in the past -> drop"
);
block_Release
(
p_pk
);
block_Release
(
p_pk
);
i_date_last
=
i_date
;
i_date_last
=
i_date
;
...
...
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