X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Foptions_table.h;h=eb4115cd7be89c5f4e1ea8ec1ffae7ac4d49c935;hb=fcc39099087e156196e3444ef479b2c778566405;hp=94cd65cb5968646f7c22807b72b15a0dc37165d6;hpb=b8e4c11d93326cd86278d012c28e54dca0a06cef;p=ffmpeg diff --git a/libavformat/options_table.h b/libavformat/options_table.h index 94cd65cb596..eb4115cd7be 100644 --- a/libavformat/options_table.h +++ b/libavformat/options_table.h @@ -94,6 +94,7 @@ static const AVOption avformat_options[] = { {"strict", "strictly conform to all the things in the spec no matter what the consequences", 0, AV_OPT_TYPE_CONST, {.i64 = FF_COMPLIANCE_STRICT }, INT_MIN, INT_MAX, D|E, "strict"}, {"normal", NULL, 0, AV_OPT_TYPE_CONST, {.i64 = FF_COMPLIANCE_NORMAL }, INT_MIN, INT_MAX, D|E, "strict"}, {"experimental", "allow non-standardized experimental variants", 0, AV_OPT_TYPE_CONST, {.i64 = FF_COMPLIANCE_EXPERIMENTAL }, INT_MIN, INT_MAX, D|E, "strict"}, +{"max_ts_probe", "maximum number of packets to read while waiting for the first timestamp", OFFSET(max_ts_probe), AV_OPT_TYPE_INT, { .i64 = 50 }, 0, INT_MAX, D }, {NULL}, };