mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
ffmpeg_opt: fix copy_tb
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
927022a753
commit
581537cfd5
@ -2236,7 +2236,7 @@ const OptionDef options[] = {
|
||||
{ "async", HAS_ARG | OPT_INT | OPT_EXPERT, {&audio_sync_method}, "audio sync method", "" },
|
||||
{ "adrift_threshold", HAS_ARG | OPT_FLOAT | OPT_EXPERT, {&audio_drift_threshold}, "audio drift threshold", "threshold" },
|
||||
{ "copyts", OPT_BOOL | OPT_EXPERT, {©_ts}, "copy timestamps" },
|
||||
{ "copytb", HAS_ARG | OPT_BOOL | OPT_EXPERT, {.func_arg = ©_tb}, "copy input stream time base when stream copying", "mode" },
|
||||
{ "copytb", HAS_ARG | OPT_INT | OPT_EXPERT, {©_tb}, "copy input stream time base when stream copying", "mode" },
|
||||
{ "shortest", OPT_BOOL | OPT_EXPERT | OPT_OFFSET, {.off = OFFSET(shortest)}, "finish encoding within shortest input" },
|
||||
{ "dts_delta_threshold", HAS_ARG | OPT_FLOAT | OPT_EXPERT, {&dts_delta_threshold}, "timestamp discontinuity delta threshold", "threshold" },
|
||||
{ "dts_error_threshold", HAS_ARG | OPT_FLOAT | OPT_EXPERT, {&dts_error_threshold}, "timestamp error delta threshold", "threshold" },
|
||||
|
Loading…
Reference in New Issue
Block a user