1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-03 04:37:54 +00:00

test: enable log messages for libmpv test

This commit is contained in:
sfan5 2023-08-06 13:05:36 +02:00
parent 5d71f858c2
commit b68491e9a6

View File

@ -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]);