Lines Matching refs:OPT_BOOL
3566 { "fs", OPT_BOOL, { &is_full_screen }, "force full screen" },
3567 { "an", OPT_BOOL, { &audio_disable }, "disable audio" },
3568 { "vn", OPT_BOOL, { &video_disable }, "disable video" },
3569 { "sn", OPT_BOOL, { &subtitle_disable }, "disable subtitling" },
3577 { "nodisp", OPT_BOOL, { &display_disable }, "disable graphical display" },
3578 { "noborder", OPT_BOOL, { &borderless }, "borderless window" },
3579 { "alwaysontop", OPT_BOOL, { &alwaysontop }, "window always on top" },
3582 { "stats", OPT_BOOL | OPT_EXPERT, { &show_status }, "show status", "" },
3583 { "fast", OPT_BOOL | OPT_EXPERT, { &fast }, "non spec compliant optimizations", "" },
3584 { "genpts", OPT_BOOL | OPT_EXPERT, { &genpts }, "generate pts", "" },
3588 { "autoexit", OPT_BOOL | OPT_EXPERT, { &autoexit }, "exit at the end", "" },
3589 { "exitonkeydown", OPT_BOOL | OPT_EXPERT, { &exit_on_keydown }, "exit on key down", "" },
3590 { "exitonmousedown", OPT_BOOL | OPT_EXPERT, { &exit_on_mousedown }, "exit on mouse down", "" },
3592 { "framedrop", OPT_BOOL | OPT_EXPERT, { &framedrop }, "drop frames when cpu is too slow", "" },
3593 { "infbuf", OPT_BOOL | OPT_EXPERT, { &infinite_buffer }, "don't limit the input buffer size (useful with realtime streams)", "" },
3603 { "i", OPT_BOOL, { &dummy}, "read specified file", "input_file"},
3608 { "autorotate", OPT_BOOL, { &autorotate }, "automatically rotate video", "" },
3609 { "find_stream_info", OPT_BOOL | OPT_INPUT | OPT_EXPERT, { &find_stream_info },