mirror of
https://github.com/mpv-player/mpv
synced 2025-03-03 12:47:49 +00:00
test: enable log messages for libmpv test
This commit is contained in:
parent
5d71f858c2
commit
b68491e9a6
@ -253,8 +253,9 @@ int main(int argc, char *argv[])
|
||||
if (!ctx)
|
||||
return 1;
|
||||
|
||||
// Use tct for all video-related stuff.
|
||||
check_api_error(mpv_set_property_string(ctx, "vo", "tct"));
|
||||
check_api_error(mpv_set_option_string(ctx, "vo", "null"));
|
||||
check_api_error(mpv_set_option_string(ctx, "terminal", "yes"));
|
||||
check_api_error(mpv_set_option_string(ctx, "msg-level", "all=debug"));
|
||||
|
||||
test_options_and_properties();
|
||||
test_file_loading(argv[1]);
|
||||
|
Loading…
Reference in New Issue
Block a user