Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
2f85ce30
Commit
2f85ce30
authored
Aug 20, 2014
by
Rémi Denis-Courmont
Browse files
vdr: clarify
parent
d85fae56
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/access/vdr.c
View file @
2f85ce30
...
...
@@ -892,7 +892,7 @@ static bool ReadIndexRecord( FILE *p_file, bool b_ts, int64_t i_frame,
uint8_t
index_record
[
8
];
if
(
fseek
(
p_file
,
sizeof
(
index_record
)
*
i_frame
,
SEEK_SET
)
!=
0
)
return
false
;
if
(
fread
(
&
index_record
,
sizeof
(
index_record
),
1
,
p_file
)
<
=
0
)
if
(
fread
(
&
index_record
,
sizeof
(
index_record
),
1
,
p_file
)
<
1
)
return
false
;
/* VDR usually (only?) runs on little endian machines, but VLC has a
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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