opt_default        51 cmdutils.h     int opt_default(const char *opt, const char *arg);
opt_default      2320 ffmpeg.c           opt_default(opt, arg);
opt_default      3589 ffmpeg.c               opt_default("gop", norm ? "18" : "15");
opt_default      3591 ffmpeg.c               opt_default("b", "1150000");
opt_default      3592 ffmpeg.c               opt_default("maxrate", "1150000");
opt_default      3593 ffmpeg.c               opt_default("minrate", "1150000");
opt_default      3594 ffmpeg.c               opt_default("bufsize", "327680"); // 40*1024*8;
opt_default      3596 ffmpeg.c               opt_default("ab", "224000");
opt_default      3600 ffmpeg.c               opt_default("packetsize", "2324");
opt_default      3601 ffmpeg.c               opt_default("muxrate", "1411200"); // 2352 * 75 * 8;
opt_default      3617 ffmpeg.c               opt_default("gop", norm ? "18" : "15");
opt_default      3619 ffmpeg.c               opt_default("b", "2040000");
opt_default      3620 ffmpeg.c               opt_default("maxrate", "2516000");
opt_default      3621 ffmpeg.c               opt_default("minrate", "0"); //1145000;
opt_default      3622 ffmpeg.c               opt_default("bufsize", "1835008"); //224*1024*8;
opt_default      3623 ffmpeg.c               opt_default("flags", "+scan_offset");
opt_default      3626 ffmpeg.c               opt_default("ab", "224000");
opt_default      3629 ffmpeg.c               opt_default("packetsize", "2324");
opt_default      3639 ffmpeg.c               opt_default("gop", norm ? "18" : "15");
opt_default      3641 ffmpeg.c               opt_default("b", "6000000");
opt_default      3642 ffmpeg.c               opt_default("maxrate", "9000000");
opt_default      3643 ffmpeg.c               opt_default("minrate", "0"); //1500000;
opt_default      3644 ffmpeg.c               opt_default("bufsize", "1835008"); //224*1024*8;
opt_default      3646 ffmpeg.c               opt_default("packetsize", "2048");  // from www.mpucoder.com: DVD sectors contain 2048 bytes of data, this is also the size of one pack.
opt_default      3647 ffmpeg.c               opt_default("muxrate", "10080000"); // from mplex project: data_rate = 1260000. mux_rate = data_rate * 8
opt_default      3649 ffmpeg.c               opt_default("ab", "448000");
opt_default      3754 ffmpeg.c               }else if(opt_default(tmp, tmp2) < 0){
opt_default      3889 ffmpeg.c           { "default", OPT_FUNC2 | HAS_ARG | OPT_AUDIO | OPT_VIDEO | OPT_EXPERT, {(void*)opt_default}, "generic catch all option", "" },
opt_default      2516 ffplay.c           { "default", OPT_FUNC2 | HAS_ARG | OPT_AUDIO | OPT_VIDEO | OPT_EXPERT, {(void*)opt_default}, "generic catch all option", "" },