opt_default 820 fftools/cmdutils.c ret = opt_default(NULL, opt, argv[optindex]); opt_default 95 fftools/cmdutils.h int opt_default(void *optctx, const char *opt, const char *arg); opt_default 293 fftools/ffmpeg_opt.c return opt_default(optctx, "channel", arg); opt_default 299 fftools/ffmpeg_opt.c return opt_default(optctx, "standard", arg); opt_default 2824 fftools/ffmpeg_opt.c opt_default(NULL, "g", norm == PAL ? "15" : "18"); opt_default 2826 fftools/ffmpeg_opt.c opt_default(NULL, "b:v", "1150000"); opt_default 2827 fftools/ffmpeg_opt.c opt_default(NULL, "maxrate:v", "1150000"); opt_default 2828 fftools/ffmpeg_opt.c opt_default(NULL, "minrate:v", "1150000"); opt_default 2829 fftools/ffmpeg_opt.c opt_default(NULL, "bufsize:v", "327680"); // 40*1024*8; opt_default 2831 fftools/ffmpeg_opt.c opt_default(NULL, "b:a", "224000"); opt_default 2835 fftools/ffmpeg_opt.c opt_default(NULL, "packetsize", "2324"); opt_default 2836 fftools/ffmpeg_opt.c opt_default(NULL, "muxrate", "1411200"); // 2352 * 75 * 8; opt_default 2853 fftools/ffmpeg_opt.c opt_default(NULL, "g", norm == PAL ? "15" : "18"); opt_default 2855 fftools/ffmpeg_opt.c opt_default(NULL, "b:v", "2040000"); opt_default 2856 fftools/ffmpeg_opt.c opt_default(NULL, "maxrate:v", "2516000"); opt_default 2857 fftools/ffmpeg_opt.c opt_default(NULL, "minrate:v", "0"); // 1145000; opt_default 2858 fftools/ffmpeg_opt.c opt_default(NULL, "bufsize:v", "1835008"); // 224*1024*8; opt_default 2859 fftools/ffmpeg_opt.c opt_default(NULL, "scan_offset", "1"); opt_default 2861 fftools/ffmpeg_opt.c opt_default(NULL, "b:a", "224000"); opt_default 2864 fftools/ffmpeg_opt.c opt_default(NULL, "packetsize", "2324"); opt_default 2875 fftools/ffmpeg_opt.c opt_default(NULL, "g", norm == PAL ? "15" : "18"); opt_default 2877 fftools/ffmpeg_opt.c opt_default(NULL, "b:v", "6000000"); opt_default 2878 fftools/ffmpeg_opt.c opt_default(NULL, "maxrate:v", "9000000"); opt_default 2879 fftools/ffmpeg_opt.c opt_default(NULL, "minrate:v", "0"); // 1500000; opt_default 2880 fftools/ffmpeg_opt.c opt_default(NULL, "bufsize:v", "1835008"); // 224*1024*8; opt_default 2882 fftools/ffmpeg_opt.c opt_default(NULL, "packetsize", "2048"); // from www.mpucoder.com: DVD sectors contain 2048 bytes of data, this is also the size of one pack. opt_default 2883 fftools/ffmpeg_opt.c opt_default(NULL, "muxrate", "10080000"); // from mplex project: data_rate = 1260000. mux_rate = data_rate * 8 opt_default 2885 fftools/ffmpeg_opt.c opt_default(NULL, "b:a", "448000"); opt_default 2960 fftools/ffmpeg_opt.c ret = opt_default(NULL, opt, arg); opt_default 3478 fftools/ffplay.c return opt_default(NULL, "video_size", arg); opt_default 3506 fftools/ffplay.c return opt_default(NULL, "pixel_format", arg); opt_default 3625 fftools/ffplay.c { "default", HAS_ARG | OPT_AUDIO | OPT_VIDEO | OPT_EXPERT, { .func_arg = opt_default }, "generic catch all option", "" }, opt_default 3571 fftools/ffprobe.c { "default", HAS_ARG | OPT_AUDIO | OPT_VIDEO | OPT_EXPERT, {.func_arg = opt_default}, "generic catch all option", "" },