X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=ffmpeg.h;h=d2e0c5c3e920bc30b0b0d36999d068b5b83aa663;hb=48ffaaaaef98640782cfdaaf21319a83292b62b2;hp=0ad1e372670d86a8c399550febc68c31419c6f77;hpb=c5eb725fd33ee705c3c7d674ae65bbb717bf7207;p=ffmpeg diff --git a/ffmpeg.h b/ffmpeg.h index 0ad1e372670..d2e0c5c3e92 100644 --- a/ffmpeg.h +++ b/ffmpeg.h @@ -206,6 +206,8 @@ typedef struct OptionsContext { int nb_apad; SpecifierOpt *discard; int nb_discard; + SpecifierOpt *disposition; + int nb_disposition; } OptionsContext; typedef struct InputFilter { @@ -430,6 +432,7 @@ typedef struct OutputStream { const char *attachment_filename; int copy_initial_nonkeyframes; int copy_prior_start; + char *disposition; int keep_pix_fmt; @@ -479,6 +482,7 @@ extern float dts_error_threshold; extern int audio_volume; extern int audio_sync_method; extern int video_sync_method; +extern float frame_drop_threshold; extern int do_benchmark; extern int do_benchmark_all; extern int do_deinterlace;