1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-13 18:45:25 +00:00
mpv/mpvcore/player
Paweł Forysiuk 25affdcc88 Fix -Wshadow warning about seek function in playloop.c
mpvcore/player/playloop.c: In function 'seek':
mpvcore/player/playloop.c:209:54: warning: declaration of 'seek' shadows a global declaration [-Wshadow]
mpvcore/player/playloop.c:209:12: warning: shadowed declaration is here [-Wshadow]
mpvcore/player/playloop.c: In function 'queue_seek':
mpvcore/player/playloop.c:360:25: warning: declaration of 'seek' shadows a global declaration [-Wshadow]
mpvcore/player/playloop.c:209:12: warning: shadowed declaration is here [-Wshadow]

Signed-off-by: wm4 <wm4@nowhere>
2013-11-04 00:13:24 +01:00
..
lua
timeline tl_matroska: initialize segment related arrays with 0 2013-11-01 17:35:38 +01:00
audio.c
command.c command: replace speed_mult with multiply command 2013-10-31 23:30:14 +01:00
command.h
configfiles.c
loadfile.c player: fix quvi 0.9 playlist loading 2013-11-03 19:22:13 +01:00
main.c main: improve a terminal message 2013-10-30 22:19:31 +01:00
misc.c
mp_core.h player: merge mp_osd.h into mp_core.h 2013-10-30 22:19:31 +01:00
mp_lua.c
mp_lua.h
osd.c player: merge mp_osd.h into mp_core.h 2013-10-30 22:19:31 +01:00
playloop.c Fix -Wshadow warning about seek function in playloop.c 2013-11-04 00:13:24 +01:00
screenshot.c player: merge mp_osd.h into mp_core.h 2013-10-30 22:19:31 +01:00
screenshot.h
sub.c player: merge mp_osd.h into mp_core.h 2013-10-30 22:19:31 +01:00
video.c