OPT_INT 141 cmdutils.c else if (type == OPT_INT && (int)d != d) OPT_INT 311 cmdutils.c } else if (po->flags & OPT_BOOL || po->flags & OPT_INT) { OPT_INT 167 cmdutils.h #define OPT_INT 0x0080 OPT_INT 1601 ffmpeg_opt.c idx = parse_number_or_die(opt, idx_str, OPT_INT, 0, MAX_STREAMS-1); OPT_INT 1603 ffmpeg_opt.c o->streamid_map[idx] = parse_number_or_die(opt, p, OPT_INT, 0, INT_MAX); OPT_INT 2545 ffmpeg_opt.c video_sync_method = parse_number_or_die("vsync", arg, OPT_INT, VSYNC_AUTO, VSYNC_VFR); OPT_INT 2839 ffmpeg_opt.c { "map_chapters", HAS_ARG | OPT_INT | OPT_EXPERT | OPT_OFFSET | OPT_INT 2893 ffmpeg_opt.c { "async", HAS_ARG | OPT_INT | OPT_EXPERT, { &audio_sync_method }, OPT_INT 2901 ffmpeg_opt.c { "copytb", HAS_ARG | OPT_INT | OPT_EXPERT, { ©_tb }, OPT_INT 2918 ffmpeg_opt.c { "copypriorss", OPT_INT | HAS_ARG | OPT_EXPERT | OPT_SPEC | OPT_OUTPUT, { .off = OFFSET(copy_prior_start) }, OPT_INT 2937 ffmpeg_opt.c { "reinit_filter", HAS_ARG | OPT_INT | OPT_SPEC | OPT_INPUT, { .off = OFFSET(reinit_filters) }, OPT_INT 2963 ffmpeg_opt.c { "thread_queue_size", HAS_ARG | OPT_INT | OPT_OFFSET | OPT_EXPERT | OPT_INPUT, OPT_INT 2982 ffmpeg_opt.c { "bits_per_raw_sample", OPT_VIDEO | OPT_INT | HAS_ARG, { &frame_bits_per_raw_sample }, OPT_INT 3000 ffmpeg_opt.c { "pass", OPT_VIDEO | HAS_ARG | OPT_SPEC | OPT_INT | OPT_OUTPUT, { .off = OFFSET(pass) }, OPT_INT 3024 ffmpeg_opt.c { "top", OPT_VIDEO | HAS_ARG | OPT_EXPERT | OPT_INT| OPT_SPEC | OPT_INT 3052 ffmpeg_opt.c { "vdpau_api_ver", HAS_ARG | OPT_INT | OPT_EXPERT, { &vdpau_api_ver }, "" }, OPT_INT 3060 ffmpeg_opt.c { "ar", OPT_AUDIO | HAS_ARG | OPT_INT | OPT_SPEC | OPT_INT 3063 ffmpeg_opt.c { "ac", OPT_AUDIO | HAS_ARG | OPT_INT | OPT_SPEC | OPT_INT 3074 ffmpeg_opt.c { "vol", OPT_AUDIO | HAS_ARG | OPT_INT, { &audio_volume }, OPT_INT 3084 ffmpeg_opt.c { "guess_layout_max", OPT_AUDIO | HAS_ARG | OPT_INT | OPT_SPEC | OPT_EXPERT | OPT_INPUT, { .off = OFFSET(guess_layout_max) }, OPT_INT 3636 ffplay.c parse_number_or_die(opt, arg, OPT_INT, 0, SHOW_MODE_NB-1); OPT_INT 3691 ffplay.c { "bytes", OPT_INT | HAS_ARG, { &seek_by_bytes }, "seek by bytes 0=off 1=on -1=auto", "val" }, OPT_INT 3698 ffplay.c { "drp", OPT_INT | HAS_ARG | OPT_EXPERT, { &decoder_reorder_pts }, "let decoder reorder pts 0=off 1=on -1=auto", ""}, OPT_INT 3699 ffplay.c { "lowres", OPT_INT | HAS_ARG | OPT_EXPERT, { &lowres }, "", "" }, OPT_INT 3704 ffplay.c { "loop", OPT_INT | HAS_ARG | OPT_EXPERT, { &loop }, "set number of times the playback shall be looped", "loop count" }, OPT_INT 3712 ffplay.c { "rdftspeed", OPT_INT | HAS_ARG| OPT_AUDIO | OPT_EXPERT, { &rdftspeed }, "rdft speed", "msecs" }, OPT_INT 42 libavfilter/af_asetrate.c OPT_INT("sample_rate", sample_rate, 44100, 1, INT_MAX, "set the sample rate"), OPT_INT 43 libavfilter/af_asetrate.c OPT_INT("r", sample_rate, 44100, 1, INT_MAX, "set the sample rate"), OPT_INT 69 libavfilter/asrc_sine.c OPT_INT("sample_rate", sample_rate, 44100, 1, INT_MAX, "set the sample rate"), OPT_INT 70 libavfilter/asrc_sine.c OPT_INT("r", sample_rate, 44100, 1, INT_MAX, "set the sample rate"), OPT_INT 73 libavfilter/asrc_sine.c OPT_INT("samples_per_frame", samples_per_frame, 1024, 0, INT_MAX, "set the number of samples per frame"),