/* * This file is part of mpv. * * mpv is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * mpv is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with mpv. If not, see . */ #include #include #include #include #include #include #include #include #include "config.h" #include "mpv_talloc.h" #include "misc/dispatch.h" #include "misc/thread_pool.h" #include "osdep/io.h" #include "osdep/terminal.h" #include "osdep/timer.h" #include "osdep/main-fn.h" #include "common/av_log.h" #include "common/codecs.h" #include "common/encode.h" #include "options/m_config.h" #include "options/m_option.h" #include "options/m_property.h" #include "common/common.h" #include "common/msg.h" #include "common/msg_control.h" #include "common/global.h" #include "filters/f_decoder_wrapper.h" #include "options/parse_configfile.h" #include "options/parse_commandline.h" #include "common/playlist.h" #include "options/options.h" #include "options/path.h" #include "input/input.h" #include "audio/out/ao.h" #include "demux/demux.h" #include "stream/stream.h" #include "sub/osd.h" #include "video/out/vo.h" #include "core.h" #include "client.h" #include "command.h" #include "screenshot.h" static const char def_config[] = #include "player/builtin_conf.inc" ; #if HAVE_COCOA #include "osdep/macosx_events.h" #endif #ifndef FULLCONFIG #define FULLCONFIG "(missing)\n" #endif #if !HAVE_STDATOMIC pthread_mutex_t mp_atomic_mutex = PTHREAD_MUTEX_INITIALIZER; #endif enum exit_reason { EXIT_NONE, EXIT_NORMAL, EXIT_ERROR, }; const char mp_help_text[] = "Usage: mpv [options] [url|path/]filename\n" "\n" "Basic options:\n" " --start=