1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-13 10:26:09 +00:00
mpv/player
wm4 20f02229cd player: don't print format detection error when aborting loading
The way playback/loading is stopped on the demuxer layer makes it report
an error to the higher levels of the player. But if playback/loading was
explicitly aborted, printing such an error is confusing and misleading.
This was probably just an oversight anyway. Fix it by using the libmpv
API reported error field instead, which handles this better.
2016-11-29 17:16:22 +01:00
..
lua osc: fix use of deprecated idle property 2016-11-22 21:00:04 +00:00
audio.c audio: force pts_reset only when pts jumps forward more than 5s 2016-10-21 17:11:26 +02:00
client.c client API: turn mpv_suspend() and mpv_resume() into stubs 2016-11-22 15:54:44 +01:00
client.h client API: turn mpv_suspend() and mpv_resume() into stubs 2016-11-22 15:54:44 +01:00
command.c options: some simplifications 2016-11-29 17:10:06 +01:00
command.h options: slightly better option update mechanism 2016-09-19 19:51:26 +02:00
configfiles.c player: fix previous commit 2016-10-03 17:16:02 +02:00
core.h client API: turn mpv_suspend() and mpv_resume() into stubs 2016-11-22 15:54:44 +01:00
external_files.c
external_files.h
lavfi.c
lavfi.h
loadfile.c player: don't print format detection error when aborting loading 2016-11-29 17:16:22 +01:00
lua.c client API: turn mpv_suspend() and mpv_resume() into stubs 2016-11-22 15:54:44 +01:00
main.c player: enable reading from stdin after loading input.conf 2016-09-29 16:26:54 +02:00
misc.c player: litter code with explicit wakeup calls 2016-09-16 14:39:45 +02:00
osd.c player: litter code with explicit wakeup calls 2016-09-16 14:39:45 +02:00
playloop.c client API: turn mpv_suspend() and mpv_resume() into stubs 2016-11-22 15:54:44 +01:00
screenshot.c
screenshot.h
scripting.c scripting: don't attempt to load builtin scripts twice 2016-09-26 16:49:35 +02:00
sub.c player: enable no-video subtitle display on coverart too 2016-10-31 13:55:32 +01:00
video.c player: make sure non-video subtitle rendering is reset if video resumes 2016-11-18 13:02:03 +01:00