mpv/input
wm4 c54c3b6991 player: restructure cancel callback
As preparation for file prefetching, we basically have to get rid of
using mpctx->playback_abort for the main demuxer (i.e. the thing that
can be prefetched). It can't be changed on a running demuxer, and always
using the same cancel handle would either mean aborting playback would
also abort prefetching, or that playback can't be aborted anymore.

Make this more flexible with some refactoring.

Thi is a quite shitty solution if you ask me, but YOLO.
2017-01-18 17:52:05 +01:00
..
cmd_list.c
cmd_list.h
cmd_parse.c
cmd_parse.h
event.c
event.h
input.c player: restructure cancel callback 2017-01-18 17:52:05 +01:00
input.h player: restructure cancel callback 2017-01-18 17:52:05 +01:00
ipc-unix.c
ipc-win.c
ipc.c
keycodes.c
keycodes.h
pipe-win32.c