Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
c762c138
Commit
c762c138
authored
Apr 27, 2016
by
François Cartegnie
🤞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
access: dvb: scan: update stats if no data
parent
7e8b61de
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
modules/access/dvb/scan.c
modules/access/dvb/scan.c
+3
-2
No files found.
modules/access/dvb/scan.c
View file @
c762c138
...
...
@@ -884,12 +884,13 @@ int scan_Run( scan_t *p_scan )
i_timeout
-
i_remaining
,
SCAN_READ_BUFFER_COUNT
,
(
uint8_t
*
)
&
packet
,
&
i_packet_count
);
if
(
i_ret
!=
VLC_SUCCESS
)
break
;
if
(
p_scan
->
pf_stats
)
p_scan
->
pf_stats
(
p_scan
,
p_scan
->
p_cbdata
,
&
session
->
i_snr
);
if
(
i_ret
!=
VLC_SUCCESS
)
break
;
for
(
size_t
i
=
0
;
i
<
i_packet_count
;
i
++
)
{
if
(
scan_session_Push
(
session
,
...
...
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