mirror of
https://github.com/videolan/vlc.git
synced 2024-11-24 02:14:26 +08:00
Revert "access: vdr: fix null dereference (cid #1346943)"
This reverts commit 3a22750ee6
.
This made no sense; the predicate is always true.
This commit is contained in:
parent
95422ad559
commit
2b8674932b
@ -874,7 +874,7 @@ static void ImportMarks( access_t *p_access )
|
||||
}
|
||||
|
||||
/* add a chapter at the beginning if missing */
|
||||
if( p_marks->i_seekpoint > 0 && offsetv && offsetv[0] > 0 )
|
||||
if( p_marks->i_seekpoint > 0 && offsetv[0] > 0 )
|
||||
{
|
||||
seekpoint_t *sp = vlc_seekpoint_New();
|
||||
if( sp )
|
||||
|
Loading…
Reference in New Issue
Block a user