X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=ffmpeg.h;h=cb425b324af9a5f1fd020ae5b93aaf1c95a6d6c4;hb=183bffb3a3c4bbb4b4a87bd68e7b4627f2af4f1b;hp=0ad1e372670d86a8c399550febc68c31419c6f77;hpb=f38e2bcb72ee2df60ce0fbeb2e33ce0ca8ebd7e8;p=ffmpeg diff --git a/ffmpeg.h b/ffmpeg.h index 0ad1e372670..cb425b324af 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;