Staging
v0.5.1
Revision 7d32c880d5f8960942d2b97ff555031fdbc7e72d authored by Filip Roséen on 04 March 2016, 16:04:16 UTC, committed by Jean-Baptiste Kempf on 05 March 2016, 21:21:04 UTC
Added an if-check to make sure that we do not crash on the lines that
follow if we, for some reason, end up in a state where there is no
matching seekpoint for the specified `i_track`.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
1 parent fce2945
Raw File
.gitignore
*~
*.app
*.cache
*.dylib
*.lo
*.lo?
*.la
*.moc.cpp
*.o
*.so
*.trs
*.pc
*.vlt
*.class
*.dmg
.DS_Store
.deps
.libs
.dirstamp
ABOUT-NLS
aclocal.m4
ChangeLog
compile
config.status
config.h*
config.log
configure
doltcompile
doltlibtool
INSTALL.git
libtool
Makefile
Makefile.in
stamp-*
vlc
vlc.exe
qvlc
rvlc
svlc
cvlc
qvlc
mvlc
nvlc
wxvlc
vlc_install_dir/*
plugins.dat
patches/*

include/vlc/libvlc_version.h

# Ignore build dirs
build*
contrib-*
install-*

back to top